watch.start("convert 4,000,000 manually");
for (int i = 0; i < 4000000; i++) {
new Integer(3).toString();
}
watch.stop();
System.out.println(watch.prettyPrint());
}
@Test
public void testPerformance2() throws Exception {
Assume.group(TestGroup.PERFORMANCE);