From 38d8a3045586b6ed4a31cadfede64c43295b01bc Mon Sep 17 00:00:00 2001 From: Connor Tsui Date: Sun, 28 Dec 2025 19:16:14 -0500 Subject: [PATCH] this should actually fix it now Signed-off-by: Connor Tsui --- .github/workflows/bench.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/bench.yml b/.github/workflows/bench.yml index ac18a5af1ff..ec39adaa526 100644 --- a/.github/workflows/bench.yml +++ b/.github/workflows/bench.yml @@ -67,7 +67,7 @@ jobs: env: RUSTFLAGS: "-C target-cpu=native -C force-frame-pointers=yes" run: | - cargo build --bin ${{ matrix.benchmark.id }} --package vortex-bench --profile release_debug + cargo build --bin ${{ matrix.benchmark.id }} --profile release_debug - name: Setup Polar Signals uses: polarsignals/gh-actions-ps-profiling@v0.6.0 @@ -83,7 +83,7 @@ jobs: env: RUST_BACKTRACE: full run: | - target/release_debug/${{ matrix.benchmark.id }} --formats parquet,lance,vortex -o results.json + target/release_debug/${{ matrix.benchmark.id }} --formats parquet,lance,vortex -d gh-json -o results.json - name: Setup AWS CLI uses: aws-actions/configure-aws-credentials@v5