Single Consumer Multiple Producers Benchmark

Ron Pressler ron at paralleluniverse.co
Wed Dec 4 09:05:50 PST 2013


Hi.
Say I want to benchmark a queue implementation with multiple producers and a single consumer. I can limit the consumer’s method with @GroupThreads(1), but I want the producer subgroup to use all remaining available threads. Is that possible?




More information about the jmh-dev mailing list