}
Assert.assertTrue(allTrue(done));
int count = counter.get();
Assert.assertEquals(NUM_THREADS * REPETITIONS, count);
long time = timer.longValue();
logger.debug("{} total time (ms): {}", test, time);
logger.debug("{} average time (ms): {}\n", test, (double)time / count);
}
static final DataSourceFactory SIMPLE_FACTORY = new DataSourceFactory() {