benchie

Build Status Crate API Rust Version Platform License

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.

  1. Bootstrap Rust v1.60.0 from https://rustup.rs and make sure:
  2. you install it with one of the supported host triples and
  3. add it to your path

Build and Test from Source

  1. Test your toolchain setup by compiling benchie: $ cargo build --locked
  2. Execute tests: $ cargo test --locked

License

Licensed under the MIT license.