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 1892369 commit 2118130Copy full SHA for 2118130
.github/workflows/bench-pr.yml
@@ -45,9 +45,9 @@ jobs:
45
strategy:
46
matrix:
47
benchmark:
48
- - id: random_access
+ - id: random-access-bench
49
name: Random Access
50
- - id: compress
+ - id: compress-bench
51
name: Compression
52
if: ${{ contains(github.event.head_commit.message, '[benchmark]') || github.event.label.name == 'benchmark' && github.event_name == 'pull_request' }}
53
steps:
@@ -73,7 +73,7 @@ jobs:
73
env:
74
RUSTFLAGS: "-C target-cpu=native -C force-frame-pointers=yes"
75
run: |
76
- cargo build --bin ${{ matrix.benchmark.id }} --package vortex-bench --profile release_debug
+ cargo build --package ${{ matrix.benchmark.id }} --profile release_debug
77
78
- name: Setup Polar Signals
79
if: github.event.pull_request.head.repo.fork == false
0 commit comments