8788899091929394959697
@Test public void testPerformance() { if (EnvUtilForTests.isLinux()) { return; } TrivialLoggingEventBuilder builder = new TrivialLoggingEventBuilder(); for (int i = 0; i < 3; i++) { doLoop(builder, LOOP_LEN); noos.reset(); }