mirror of
https://github.com/status-im/nim-taskpools.git
synced 2025-02-11 05:36:21 +00:00
Simple single-producer multiple consumers benchmarks
SPC A Simple Producer-Consumer benchmark.
A single worker produces n tasks, each running for t microseconds. This benchmark allows us to test how many concurrent consumers a single producer can sustain.