ocaml-multicore / eio

Effects-based direct-style IO for multicore OCaml
Other
557 stars 72 forks source link

TEST: benchmark thread pooling #679

Closed talex5 closed 8 months ago

talex5 commented 8 months ago

This is the first commit from #658, adjusted so that max_standby_systhreads_per_domain doesn't need to change for future commits. This PR is just to get the benchmarks to run, so we can compare the performance of atomics with the later non-atomic version.