From 381d36f66d9c5b8b6ead80e091b92bb1c4510237 Mon Sep 17 00:00:00 2001 From: Connor Tsui Date: Fri, 26 Dec 2025 19:34:24 -0500 Subject: [PATCH] remove lance feature from vortex-bench CI Signed-off-by: Connor Tsui --- .github/workflows/bench.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/bench.yml b/.github/workflows/bench.yml index c31e5a0c0b9..b1b416a5e71 100644 --- a/.github/workflows/bench.yml +++ b/.github/workflows/bench.yml @@ -66,9 +66,8 @@ jobs: shell: bash env: RUSTFLAGS: "-C target-cpu=native -C force-frame-pointers=yes" - # The main difference between this and `bench-pr.yml` is that we add the `lance` feature. run: | - cargo build --bin ${{ matrix.benchmark.id }} --package vortex-bench --profile release_debug --features lance + cargo build --bin ${{ matrix.benchmark.id }} --package vortex-bench --profile release_debug - name: Setup Polar Signals uses: polarsignals/gh-actions-ps-profiling@v0.6.0