Open mwillsey opened 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.
threadpool
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.