diff --git a/.github/workflows/benchmarks.yml b/.github/workflows/benchmarks.yml index 11adf31..8749bc9 100644 --- a/.github/workflows/benchmarks.yml +++ b/.github/workflows/benchmarks.yml @@ -32,7 +32,7 @@ jobs: run: cargo bench --all-features --no-run - name: Run benchmarks - run: cargo bench --all-features -- --save-baseline current --output-format bencher 2>/dev/null | tee bench-output.txt + run: cargo bench --all-features -- --save-baseline current --output-format bencher 2>&1 | tee bench-output.txt # ── Push to main: update timeline + cache baseline ──