Install hyperfine
Pick the one-liner that matches your operating system. Each command downloads and installs hyperfine from your system's official package repository. You only need to run one of these.
apt install hyperfine says package not found on older Ubuntu
Download the .deb file directly instead: wget https://github.com/sharkdp/hyperfine/releases/download/v1.20.0/hyperfine_1.20.0_amd64.deb && sudo dpkg -i hyperfine_1.20.0_amd64.deb
