v1.8.0
Features
-
The
--prepare <CMD>
option can now be specified multiple times to
run specific preparation commands for each of the benchmarked programs:hyperfine --prepare "make clean; git checkout master" "make" \ --prepare "make clean; git checkout feature" "make"
See: #216, #218 (@iamsauravsharma)
-
Added a new
welch_ttest.py
script to test whether or not the two benchmark
results are the same, see #222 (@uetchy) -
The Markdown export has been improved. The relative speed is now exported
with a higher precision (see #208) and includes the standard deviation
(see #225).
Other
- Improved documentation for
scripts
folder (@matthieusb)