multitime

Run a command multiple times and display timing statistics

brewmacoslinux
Try with needOr install directly
Source

About

Time command execution over multiple executions

Commands

multitime

Examples

Run a command 5 times and show timing statistics$ multitime -n 5 sleep 1
Execute a script multiple times with detailed timing breakdown$ multitime -n 10 ./build.sh
Compare performance across 3 runs with verbose output$ multitime -n 3 -v curl https://example.com