Skip to content

Commit

Permalink
ci(benches): fix benchmarking of hydroflow->dfir_rs [ci-bench] (#1654)
Browse files Browse the repository at this point in the history
Merges with #1655
  • Loading branch information
MingweiSamuel authored Jan 16, 2025
1 parent 7344437 commit ad8a7dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ jobs:
- name: Run benchmark
run: |
time cargo bench -p benches -- hydroflow --output-format bencher | tee output.txt
time cargo bench -p benches -- dfir --output-format bencher | tee output.txt
time cargo bench -p benches -- micro/ops/ --output-format bencher | tee -a output.txt
- name: Generate benchmark page
Expand Down

0 comments on commit ad8a7dd

Please sign in to comment.