mirror of
https://github.com/hinto-janai/cuprate.git
synced 2025-01-03 17:40:01 +00:00
20 lines
No EOL
606 B
Markdown
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 |