bheisler / iai

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

Threadpool #14

Open mwillsey opened 3 years ago

mwillsey commented 3 years ago

I added the feature I mentioned in #13. This speeds up benchmarking in my project just about linearly with number of cores.

Parallelism is under the optional threadpool feature and uses all available CPUs for now.