A command-line benchmarking tool for comparing execution times
Command-line benchmarking tool
hyperfine$ hyperfine 'ls -la' 'exa -la'$ hyperfine --runs 10 'curl https://example.com'$ hyperfine --warmup 3 'grep pattern file.txt' 'ripgrep pattern file.txt'