void multiSub(String label, String topicPrefix, int start, final int npar, final int count)
throws InterruptedException {
long startTime = System.currentTimeMillis();
ThroughputLatencyAggregator agg = new ThroughputLatencyAggregator(label, count / numPartitions, npar);
agg.startProgress();
int end = start + count;
for (int i = start; i < end; ++i) {
if (!HedwigBenchmark.amIResponsibleForTopic(i, partitionIndex, numPartitions)) {
continue;