diff --git a/.github/workflows/rust_perf.yml b/.github/workflows/rust_perf.yml index 847257a59..dcec2fc29 100644 --- a/.github/workflows/rust_perf.yml +++ b/.github/workflows/rust_perf.yml @@ -22,7 +22,7 @@ jobs: # run: npm install && npm run build - name: Bench - run: cargo bench | tee output.txt + run: cargo bench --output-format bencher | tee output.txt - name: Analyze benchmark result with Nyrkiƶ uses: nyrkio/change-detection@HEAD with: