harness-cli 0.0.9

Precise and reproducible benchmarking
Documentation
1
2
3
4
5
6
7
//! The harness evaluation configs and run info specifications
//!
//! **WARNING**: Prior to v0.1.0, this specification should be considered as unstable and may change in the future.
//! We'll try to maintain backward compatibility after v0.1.0.

pub mod harness;
pub mod run_info;