hyperfine
CLI benchmarking tool for reproducible runtime measurements.
Syntax
$hyperfine [OPTIONS] COMMAND
Examples
Examples
$hyperfine 'ls -la' 'find . -maxdepth 2'
Examples
$hyperfine --warmup 3 'npm test'
Typical use cases
hyperfine 'cmd1' 'cmd2'
hyperfine --warmup 3 'cmd'
Note
Compares commands statistically with warmup and export options.
Export