A command-line benchmarking tool

Hyperfine is a command-line benchmarking tool that allows you to accurately measure the execution time of arbitrary shell commands.
It features automatic statistical analysis (mean, standard deviation, min/max), warm-up runs, and the ability to detect outlier noise.
Written in Rust, it can export benchmarking results directly to various formats like JSON, Markdown, CSV, and ASCII charts.
$ apt install hyperfine$ winget install sharkdp.hyperfine$ scoop install hyperfine$ dnf install hyperfine$ apk add hyperfine$ pacman -S hyperfine$ apt install hyperfine$ emerge app-benchmarks/hyperfine$ cargo install --locked hyperfineto comment.