hyperfine
Share on:
Enter Your Mastodon Instance
Copy the link below to share to Mastodon
https://terminaltrove.com/hyperfine/
A command-line benchmarking tool.
apt-get install rust-hyperfine
hyperfine is a command-line benchmarking tool. It provides statistical analysis across multiple runs, supports arbitrary shell commands and enables constant feedback about the benchmark progress inside the terminal.
Extra features include setting up warmup runs and cache-clearing commands, statistical outlier detection and customizable benchmarks. It's not just for plain benchmarking but also lets you export results to various formats like CSV, JSON, Markdown, AsciiDoc.
hyperfine works best for those who work on software performance testing and optimization, especially with large or complex software projects. When you want to benchmark applications, algorithms or when you need to regularly monitor the performance of your software, keep hyperfine in your toolset.