Once Rust is installed (see step 1 in "Toolchain Setup"), you can easily install the latest version of benchie with:
$ cargo install benchie --locked
$ benchie ./program --option 4
Usage
Add this to your Cargo.toml:
[dependencies]
benchie = "0"
benchie can be build and tested on all major platforms.
$ cargo build --locked
$ cargo test --locked
Licensed under the MIT license.