Skip to content

Commit d86c20a

Browse files
authored
Fix: actually actually fix CI (#5830)
I think this will finally fix it Signed-off-by: Connor Tsui <[email protected]>
1 parent 41ca6f0 commit d86c20a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/bench.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
env:
6868
RUSTFLAGS: "-C target-cpu=native -C force-frame-pointers=yes"
6969
run: |
70-
cargo build --bin ${{ matrix.benchmark.id }} --package vortex-bench --profile release_debug
70+
cargo build --bin ${{ matrix.benchmark.id }} --profile release_debug
7171
7272
- name: Setup Polar Signals
7373
uses: polarsignals/[email protected]
@@ -83,7 +83,7 @@ jobs:
8383
env:
8484
RUST_BACKTRACE: full
8585
run: |
86-
target/release_debug/${{ matrix.benchmark.id }} --formats parquet,lance,vortex -o results.json
86+
target/release_debug/${{ matrix.benchmark.id }} --formats parquet,lance,vortex -d gh-json -o results.json
8787
8888
- name: Setup AWS CLI
8989
uses: aws-actions/configure-aws-credentials@v5

0 commit comments

Comments
 (0)