Skip to content

Releases: sharkdp/hyperfine

v1.0.0

24 Mar 20:46
Compare
Choose a tag to compare

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

03 Mar 15:52
Compare
Choose a tag to compare

v0.4.0

28 Jan 17:50
Compare
Choose a tag to compare
  • New --style option to disable output coloring and interactive CLI features, see #24 (@stevepentland)
  • Statistical outlier detection, see #23 #18

v0.3.0

20 Jan 13:06
Compare
Choose a tag to compare

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

v0.2.0

14 Jan 21:15
caff4e1
Compare
Choose a tag to compare

Initial public release