Skip to content

Commit

Permalink
Enhance benchmark output with structured format
Browse files Browse the repository at this point in the history
Updated the benchmark command to include the `--output-format bencher` flag, enabling more structured and standardized output. This change facilitates easier analysis and integration with tools that support the bencher output format.
  • Loading branch information
vpetrigo committed Dec 27, 2024
1 parent 20a16e4 commit a1d3eed
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 @@ -59,7 +59,7 @@ jobs:
- name: Start test NTP server
run: uvx --from git+https://github.com/vpetrigo/ntpserver@master ntpserver > /dev/null &
- name: Run benchmarking
run: cargo bench --bench async --bench sync --features sync | tee output.txt
run: cargo bench --bench async --bench sync --features sync -- --output-format bencher | tee output.txt
- name: Kill NTP server
run: pgrep -f ntpserver | xargs kill
- name: Store benchmark result
Expand Down

0 comments on commit a1d3eed

Please sign in to comment.