hyperfine

hyperfine 1.20.0

Command-line benchmarking tool

https://github.com/sharkdp/hyperfine
Apache License 2.0MIT License
main program: hyperfineprograms: hyperfine
Platforms (38)
s390x-linuxx86_64-windowsriscv32-noneloongarch64-linuxi686-linuxriscv32-linuxx86_64-redoxarmv7l-netbsd
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  hyperfine
];
Ad-hoc shell
nix-shell -p hyperfine
Flake (nix run)
nix run nixpkgs#hyperfine