Same OS/HW configuration of https://github.com/franz1981/JCTools-wiki/blob/xadd_docs/MpscUnboundedXaddArrayQueue.md#lies-damned-lies-and-benchmarks but with different taskset params:
$ taskset -pc 1,3,5,7,9,11,13,15,17,19,21,23,25,27,29,31,33,35,37,39,41,43,45,47 $$
Running:
$ java -jar microbenchmarks.jar org.jctools.jmh.throughput.ExecutorThroughput -f 4 -p eType=FJ,XADD -p initialCapacity=131072 -tg 12,1 -p consumers=4 -gc true -prof gc
ie 12 producers, 1 executor stat collector thread and 4 consumers.