bheisler / criterion.rs

Statistics-driven benchmarking library for Rust
Apache License 2.0
4.52k stars 301 forks source link

move Profiler trait to own crate #688

Open PSeitz opened 1 year ago

PSeitz commented 1 year ago

If you move the Profiler trait (which seems to be stable) to a separate crate, you can avoiding breaking the API with new releases

https://docs.rs/criterion/latest/criterion/profiler/trait.Profiler.html