Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .github/workflows/bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading