Skip to content

Commit 381d36f

Browse files
committed
remove lance feature from vortex-bench CI
Signed-off-by: Connor Tsui <[email protected]>
1 parent c7b0ef9 commit 381d36f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/bench.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,8 @@ jobs:
6666
shell: bash
6767
env:
6868
RUSTFLAGS: "-C target-cpu=native -C force-frame-pointers=yes"
69-
# The main difference between this and `bench-pr.yml` is that we add the `lance` feature.
7069
run: |
71-
cargo build --bin ${{ matrix.benchmark.id }} --package vortex-bench --profile release_debug --features lance
70+
cargo build --bin ${{ matrix.benchmark.id }} --package vortex-bench --profile release_debug
7271
7372
- name: Setup Polar Signals
7473
uses: polarsignals/[email protected]

0 commit comments

Comments
 (0)