3031323334353637383940
for (int j = 0; j < BYTES.length; j++) { int repeats = getReapts(i); test(cc, BYTES[j], THREADS[i], repeats, true); } } manager.shutdown(); } private static void warmUp(CacheClient cc) throws Exception { test(cc, 100, 100, 10000, false);