in src/main/java/org/apache/sling/junit/performance/runner/PerformanceRunner.java [51:59]
public PerformanceRunner(Class<?> testClass) throws InitializationError {
super(testClass);
try {
listeners = new Listeners(getListeners());
} catch (Throwable e) {
throw new InitializationError(e);
}
}