Note: we're starting to benchmark & profile Sonobe, current results are pre-optimizations.
- Benchmark
- Run:
cargo bench
- To run a specific benchmark, for example Nova's benchmark, run:
cargo bench --bench=nova
- Run:
- Profiling
- eg.
cargo bench --bench=nova -- --profile-time 3
- eg.