diff --git a/benches/README.md b/benches/README.md index 5f256f877b..c7edcf1471 100644 --- a/benches/README.md +++ b/benches/README.md @@ -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.