benchie
Usage
Binary
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
Library
Usage
Add this to your Cargo.toml:
[dependencies]
benchie = "0"
Toolchain Setup
benchie can be build and tested on all major platforms.
- Bootstrap Rust v1.60.0 from https://rustup.rs and make sure:
- you install it with one of the supported host triples and
- add it to your path
Build and Test from Source
- Test your toolchain setup by compiling benchie:
$ cargo build --locked
- Execute tests:
$ cargo test --locked
License
Licensed under the MIT license.