Can't save baselines when benchmarking #17200
Labels
C-Benchmarks
Stress tests and benchmarks used to measure how fast things are
C-Bug
An unexpected or incorrect behavior
D-Straightforward
Simple bug fixes and API improvements, docs, test and examples
S-Ready-For-Implementation
This issue is ready for an implementation PR. Go for it!
Bevy version
main branch 6f68776
What you did
Trying to save baselines to use with
critcmp
when doing benchmarking.cargo bench -- --save-baseline before
What went wrong
So initially this errors with "Unrecognized Option". But per https://bheisler.github.io/criterion.rs/book/faq.html#cargo-bench-gives-unrecognized-option-errors-for-valid-command-line-options I added
to the
Cargo.toml
, which allows the benches to run, but it still doesn't actually save the baseline and mytarget/criterion
folder is empty.Additional information
bisected to c03e494 @BD103
The text was updated successfully, but these errors were encountered: