mirror of
https://github.com/bevyengine/bevy.git
synced 2026-05-06 06:06:42 -04:00
Add critcmp to benches README (#22616)
This is useful and we use it regularly. Worth documenting!
This commit is contained in:
@@ -34,3 +34,5 @@ cargo bench -p benches -- --baseline before
|
||||
## Criterion
|
||||
|
||||
Bevy's benchmarks use [Criterion](https://crates.io/crates/criterion). If you want to learn more about using Criterion for comparing performance against a baseline or generating detailed reports, you can read the [Criterion.rs documentation](https://bheisler.github.io/criterion.rs/book/criterion_rs.html).
|
||||
|
||||
You can generate nicely formatted comparison tables of named benchmark runs (baselines) using the [critcmp](https://github.com/BurntSushi/critcmp) tool.
|
||||
|
||||
Reference in New Issue
Block a user