What does HackerNews think of hyperfine?

A command-line benchmarking tool

Language: Rust

#201 in Hacktoberfest
#113 in Rust
#47 in Terminal
Yeah, while it's not as thorough as these tools, the method is at least reproducible and sane, and with ~10 or so samples, you get an interval with a nice confidence.

Another through method will be hyperfine[0], yet I wanted to provide a method which requires no installation and can be done in a whim, without jumps and hoops, with the tools already at hand.

[0]: https://github.com/sharkdp/hyperfine

If you want to benchmark on a script level, I really recommend hyperfine: https://github.com/sharkdp/hyperfine