nvzqz / divan

Fast and simple benchmarking for Rust projects
https://nikolaivazquez.com/blog/divan/
Apache License 2.0
849 stars 24 forks source link

Fix multi-thread affinity #16

Closed nvzqz closed 8 months ago

nvzqz commented 8 months ago

This makes multi-threaded benchmarks be spread across CPUs, instead of pinning the main thread to CPU 0 and having all threads inherit the main thread's affinity.

nvzqz commented 8 months ago

This fix is now available in version 0.1.2.