| Crates.io | rbenchmark |
| lib.rs | rbenchmark |
| version | 0.1.0 |
| created_at | 2023-03-10 15:34:36.13744+00 |
| updated_at | 2023-03-10 15:34:36.13744+00 |
| description | Library for evaluating the performance of your computer |
| homepage | |
| repository | https://github.com/CryptoGladi/rbenchmark |
| max_upload_size | |
| id | 806515 |
| size | 16,302 |
Library for evaluating the performance of your computer, written in pure Rust
use rbenchmark::prelude::*;
let mut runner = BenchmarkRunner::default();
let result = runner.run_all(|_progress | {}).unwrap();
println!("{:?}", result);
benchmarks and run them.time of the benchmark