diff --git a/.github/workflows/benchmarks.yml b/.github/workflows/benchmarks.yml index b0fcd6a..60c897e 100644 --- a/.github/workflows/benchmarks.yml +++ b/.github/workflows/benchmarks.yml @@ -29,7 +29,7 @@ jobs: run: cargo install critcmp - 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 ──