Thread.sleep(1);
}
final long start1 = System.currentTimeMillis();
for(int i = 0; i < reps; i++) {
expected[i] = tzRounding.calc(input[i]);
}
final long time1 = System.currentTimeMillis() - start1;
final long start2 = System.currentTimeMillis();
for(int i = 0; i < reps; i++) {