mirror of
https://github.com/hinto-janai/cuprate.git
synced 2024-12-22 11:39:30 +00:00
.. | ||
cuprate-json-rpc | ||
README.md |
Benches
This is the suite of benchmarking programs that allows benchmarking Cuprate with criterion
.
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
Usage
Ensure the system is as quiet as possible (no background tasks) before starting and during the benchmarks.
To start all benchmarks, run:
cargo bench TODO
File Structure
TODO