Skip to content

Commit 2118130

Browse files
committed
Fix CI for compress/random access
Signed-off-by: Adam Gutglick <[email protected]>
1 parent 1892369 commit 2118130

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/bench-pr.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ jobs:
4545
strategy:
4646
matrix:
4747
benchmark:
48-
- id: random_access
48+
- id: random-access-bench
4949
name: Random Access
50-
- id: compress
50+
- id: compress-bench
5151
name: Compression
5252
if: ${{ contains(github.event.head_commit.message, '[benchmark]') || github.event.label.name == 'benchmark' && github.event_name == 'pull_request' }}
5353
steps:
@@ -73,7 +73,7 @@ jobs:
7373
env:
7474
RUSTFLAGS: "-C target-cpu=native -C force-frame-pointers=yes"
7575
run: |
76-
cargo build --bin ${{ matrix.benchmark.id }} --package vortex-bench --profile release_debug
76+
cargo build --package ${{ matrix.benchmark.id }} --profile release_debug
7777
7878
- name: Setup Polar Signals
7979
if: github.event.pull_request.head.repo.fork == false

0 commit comments

Comments
 (0)