BurntSushi / cargo-benchcmp

A small utility to compare Rust micro-benchmarks.
The Unlicense
342 stars 21 forks source link

Improve empty result messages #36

Closed alexheretic closed 7 years ago

alexheretic commented 7 years ago

This PR replaces the WARNING: nothing to output message in the cases we can output something more useful.

For example (using the test bench outputs) cargo benchcmp bench_output_4.txt bench_output_5.txt --threshold 2 --improvements yields All (2/2) improvements are within a 2% threshold

Changes

alexheretic commented 7 years ago

@BurntSushi let me know if you can take a look at this, I'll otherwise close this PR in a few days.

BurntSushi commented 7 years ago

@alexheretic Thanks for the ping and the PR! This seems fine to me.