criterion.rs icon indicating copy to clipboard operation
criterion.rs copied to clipboard

Where are baselines saved / is there a command to list saved baselines ?

Open mindoodoo opened this issue 2 years ago • 2 comments

Hi,

Am currently working quite a bit with the --save-baseline feature. Is there any command that would allow me to see which baselines are currently available ? Alternatively, where are said baselines saved ?

mindoodoo avatar Oct 28 '23 03:10 mindoodoo

IIRC, baselines are recorded in target/criterion/

kbknapp avatar Nov 02 '23 03:11 kbknapp

The specific baselines are saved in the individual test folders under the name given to the baseline.

https://bheisler.github.io/criterion.rs/book/user_guide/plots_and_graphs.html

Thell avatar Mar 14 '24 14:03 Thell