rbenchmark 0.1.0

Library for evaluating the performance of your computer
Documentation
1
2
3
4
//! Prelude

pub use crate::benchmark::Benchmark;
pub use crate::benchmark_runner::{BenchmarkRunner, Progress as BenchmarkProgress};