cuprate-hinto-janai/benches/README.md
2024-06-16 17:40:33 -04:00

20 lines
No EOL
606 B
Markdown

# Benches
This is the suite of benchmarking programs that allows benchmarking Cuprate with [`criterion`](https://bheisler.github.io/criterion.rs/book/criterion_rs.html).
For more information on `cargo bench` and `criterion`:
- https://doc.rust-lang.org/cargo/commands/cargo-bench.html
- https://bheisler.github.io/criterion.rs/book/criterion_rs.html
1. [Usage](#Usage)
1. [File Structure](#file-structure)
# Usage
Ensure the system is as quiet as possible (no background tasks) before starting and during the benchmarks.
To start all benchmarks, run:
```bash
cargo bench TODO
```
# File Structure
TODO