>_ linuxcommand.dev
Startseite hyperfine
Development

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
Compare
hyperfine 'cmd1' 'cmd2'
Warmup
hyperfine --warmup 3 'cmd'
Note Compares commands statistically with warmup and export options.
Export