cargo-chrono 0.2.0

Cargo tool to benchmark multiple commits and generate plots of the results
Documentation
1
2
3
4
5
extern crate cargo_chrono;

fn main() {
    cargo_chrono::main();
}