Running

cuprate-benchmark benchmarks are ran with this command:

cargo run --release --package cuprate-benchmark --features $BENCHMARK_CRATE_FEATURE

For example, to run the example benchmark:

cargo run --release --package cuprate-benchmark --features example

Use the all feature to run all benchmarks:

# Run all benchmarks
cargo run --release --package cuprate-benchmark --features all
Last change: 2024-11-28, commit: 38541db