Skip to content

v1.7.0

Compare
Choose a tag to compare
@sharkdp sharkdp released this 01 Sep 13:15

Features

  • Added a new -D,--parameter-step-size option that can be used to control
    the step size for --parameter-scan benchmarks. In addition, decimal numbers
    are now allowed for parameter scans. For example, the following command runs
    sleep 0.3, sleep 0.5 and sleep 0.7:
    hyperfine --parameter-scan delay 0.3 0.7 -D 0.2 'sleep {delay}'
    For more details, see #184 (@piyushrungta25)

Other

  • hyperfine is now in the official Alpine repositories, see #177 (@maxice8, @5paceToast)
  • hyperfine is now in the official Fedora repositories, see #196 (@ignatenkobrain)
  • hyperfine is now in the official Arch Linux repositories
  • hyperfine can be installed on FreeBSD, see #204 (@0mp)
  • Enabled LTO for slightly smaller binary sizes, see #179 (@Calinou)
  • Various small improvements all over the code base, see #194 (@phimuemue)