private void iterationComplete(final long time) {
   nodeTestCount.incrementAndGet();
   latencyStats.add(time);
 }