919293949596979899
}.start(true); } public void testBenchPlainNew() throws Exception{ new Benchmark("Nuts: new Bar()", LOOP){ public void run() throws Exception { new Bar(); } }.start(true); }