}
};
log.info("Starting load test...");
long start = System.currentTimeMillis();
new Paralleler<Integer>(new CountingIterator(steps), processor, "Load").runInParallel();
long end = System.currentTimeMillis();
log.info("Finished {} steps in {}ms", steps, end - start);
log.info("recommendedBecause: {}", recommendedBecause.getResult());