When I try and use the swingui (e.g. junit.swingui.TestRunner.run
(myclass.class))instead of the textui the bar turns green even
though my performance tests fail. Yet, JUnit does acknowledge
failures. Is this inconsistency due to JUnitPerf extending
TestDecorator, since decorators are executed before or after tests?
Is there a way to have the bar turn red when the performance tests
fail?