Releases: sharkdp/hyperfine
Releases · sharkdp/hyperfine
v1.0.0
Features
- Support for various export-formats like CSV, JSON and Markdown - see #38, #44, #49, #42 (@stevepentland)
- Summary output that compares the different benchmarks, see #6 (@stevepentland)
- Parameterized benchmarks via
-P
,--parameter-scan <VAR> <MIN> <MAX>
, see #19
Thanks
I'd like to say a big THANK YOU to @stevepentland for implementing new features,
for reviewing pull requests and for giving very valuable feedback.
v0.5.0
- Proper Windows support (@stevepentland)
- Added
--style auto/basic/nocolor/full
option (@stevepentland) - Correctly estimate the full execution time, see #27 (@rleungx)
- Added Void Linux install instructions (@wpbirney)
v0.4.0
v0.3.0
Features
- In addition to 'real' (wall clock) time, Hyperfine can now also measure 'user' and 'system' time (see #5).
- Added
--prepare
option that can be used to clear up disk caches before timing runs, for example (see #8).
Other
- Arch Linux package for Hyperfine (@jD91mZM2).
- Ubuntu/Debian packages are now are available.