mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-01 15:34:19 +01:00
Upstream 'cargo' parser doesn't work, go back to 'criterion'
This commit is contained in:
4
.github/workflows/rust_perf.yml
vendored
4
.github/workflows/rust_perf.yml
vendored
@@ -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ö.
|
||||
|
||||
Reference in New Issue
Block a user