Nyrkiö Github Action requires --output-format bencher

This commit is contained in:
Henrik Ingo
2025-05-15 05:06:24 +03:00
parent e1330f5e62
commit 070b38d04f

View File

@@ -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: