diff --git a/.github/workflows/rust_perf.yml b/.github/workflows/rust_perf.yml index dcec2fc29..11ea9c9da 100644 --- a/.github/workflows/rust_perf.yml +++ b/.github/workflows/rust_perf.yml @@ -22,12 +22,12 @@ jobs: # run: npm install && npm run build - name: Bench - run: cargo bench --output-format bencher | tee output.txt + run: cargo bench 2>&1 | tee output.txt - name: Analyze benchmark result with Nyrkiƶ uses: nyrkio/change-detection@HEAD with: name: turso - tool: cargo + tool: criterion output-file-path: output.txt # What to do if a change is immediately detected by Nyrkiƶ.