We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7b0ef9 commit 381d36fCopy full SHA for 381d36f
.github/workflows/bench.yml
@@ -66,9 +66,8 @@ jobs:
66
shell: bash
67
env:
68
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.
70
run: |
71
- 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
72
73
- name: Setup Polar Signals
74
uses: polarsignals/[email protected]
0 commit comments