bheisler / iai

Experimental one-shot benchmarking/profiling harness for Rust
Apache License 2.0
578 stars 23 forks source link

Integrate with cargo-criterion #3

Open bheisler opened 3 years ago

bheisler commented 3 years ago

I don't want too much complexity in Iai itself, so it won't do things like HTML reporting. On the other hand, cargo-criterion already has most of that stuff, so it probably makes sense to have cargo-criterion connect to Iai benchmarks like it already does for Criterion-rs benchmarks and handle configuration and reporting that way.