cuprate-hinto-janai/benches
2024-06-16 18:00:14 -04:00
..
cuprate-json-rpc rename fn 2024-06-16 18:00:14 -04:00
README.md add benches/ readme 2024-06-16 17:40:33 -04:00

Benches

This is the suite of benchmarking programs that allows benchmarking Cuprate with criterion.

For more information on cargo bench and criterion:

  1. Usage
  2. 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:

cargo bench TODO

File Structure

TODO