[Bash] Benchmark with hyperfine
https://github.com/sharkdp/hyperfine
hyperfine --runs 5 "CMD_1" "CMD_2"
So it will run 5 times and compare CMD_1
vs CMD_2
with a nice result summary
https://github.com/sharkdp/hyperfine
hyperfine --runs 5 "CMD_1" "CMD_2"
So it will run 5 times and compare CMD_1
vs CMD_2
with a nice result summary