-
Couldn't load subscription status.
- Fork 130
Open
Description
The given example in the readme
use pprof::criterion::{PProfProfiler, Output};
criterion_group!{
name = benches;
config = Criterion::default().with_profiler(PProfProfiler::new(100, Output::Flamegraph(None)));
targets = bench
}
criterion_main!(benches);
Does not work with Criterion 0.6, as the Profiler trait is implemented for Criterion 0.5.1 (which is the dependency), and not for 0.6.
Seems like there are several PRs like #271 to fix this, so I am mostly creating this issue in support of them.
TomAFrench, loadingalias, mjgarton, JoeyBF and jcreinhold
Metadata
Metadata
Assignees
Labels
No labels