129130131132133134135136137
new BenchmarkCallback(agg), null); } // Wait till the benchmark test has completed agg.tpAgg.queue.take(); if (count > 1) System.out.println(agg.summarize(startTime)); } }
124125126127128129130131132133
System.out.println("Finished unacked pubs: tput = " + BenchmarkUtils.calcTp(myPublishLimit, startTime) + " ops/s"); // Wait till the benchmark test has completed agg.tpAgg.queue.take(); System.out.println(agg.summarize(startTime)); return null; } }
127128129130131132133134135136
133134135136137138139140141
129130131132133134135136137138
134135136137138139140141142