ITADN

Throughput for each individual benchmark function

#870Opennazar-pc 创建于 2025-06-11
N
nazar-pccommented
More than once I needed to measure throughput of concurrent programs, where I run a different set of concurrent operations on a thread pool. This means that grouping doesn't really map nicely onto what I'm trying to achieve, each benchmark effectively processes a different number of elements concurrently. It'd be really nice if I could configure number of elements with higher granularity, ideally per benchmark function.
0 条评论