hawkw / thingbuf

in-place allocation-reusing queues for Rust
MIT License
292 stars 24 forks source link

test(bench): add benchmarks for no-wait cases #49

Closed hawkw closed 2 years ago

hawkw commented 2 years ago

These benchmarks measure the case where waiting does not occur because the channel always has cpaacity. This is intended to measure overhead of wait list implementations.

Signed-off-by: Eliza Weisman eliza@buoyant.io