Ralph Goers wrote: > I'm having trouble getting the new version of LoggerPerfTest to pass. > I've attached the output of the test. > > Ralph
> testDurationOfEnabledWithStraightStringParameter(ch.qos.logback.classic.LoggerPerfTest) > Time elapsed: 5.74 sec <<< FAILURE! > junit.framework.AssertionFailedError: current duration 2605.0 exceeded > expected 438.08813999999995 (adjusted reference), 500 (raw reference) Your tests results show that the code is not contention free, unless you machine is loaded which can alter the test results. -- Ceki Gülcü Logback: The reliable, generic, fast and flexible logging framework for Java. http://logback.qos.ch _______________________________________________ logback-dev mailing list [email protected] http://qos.ch/mailman/listinfo/logback-dev
