Upstream 'cargo' parser doesn't work, go back to 'criterion'

This commit is contained in:
Henrik Ingo
2025-05-15 05:27:53 +03:00
parent 070b38d04f
commit 1029cf700b

View File

@@ -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ö.