What it is
Benchmarking tool for CLI commands.
Where to find it
Source: https://github.com/sharkdp/hyperfine
My thoughts
Very handy for those hopefully-rare occurrences when you need to know which command runs faster. I’ve used this to benchmark commands used in CI to improve the build time.