bheisler / iai

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

Run benchmarks in parallel #13

Open mwillsey opened 3 years ago

mwillsey commented 3 years ago

Hey, awesome project! I actually hand-rolled a similar thing, and now I'm using iai instead.

One nice thing about using Cachegrind is that saturating the CPU shouldn't affect the benchmark results! So iai should be able to run the benchmarks in parallel. This could really help mitigate the slowness that comes from using Cachegrind.