critcmp
critcmp copied to clipboard
A command line tool for comparing benchmarks run by Criterion.
Currently, it seems that the output results from critcmp are sorted by time, with faster groups appearing first. However, this might not be consistent with the order specified in the...
The padding is kept in case a group has throughput. Closes #2
Thanks for critcmp. My benches don't tend to have throughput figures, I get two columns of `? B/sec`. It's not the worst thing having them, but maybe these could be...
**Feature request:** Define the first 'baseline' passed (`-b option`) to be the one used for calculating speedups. Example, this command ```sh critcmp -b before change1 change2 change3 ``` compares speedup...
We have a set of micro benchmarks which we compare using `critcmp`. This would be an example benchmark result: ```console group benchmark-current.baseline benchmark-main.baseline ----- -------------------------- ----------------------- fibonacci_loop/our/1 1.06 196.4±0.37ns 4.9...