Benchmarking and performance measurement tool for command-line operations
Command-line benchmark tool
bench
$ bench 'sleep 0.1'
$ bench -n 100 'curl https://example.com'
$ bench 'grep pattern file1.txt' 'rg pattern file1.txt'