in src/main/java/org/apache/sling/junit/performance/impl/RunExecutionStartedEvents.java [45:49]
public void evaluate() throws Throwable {
List<Throwable> errors = listeners.executionStarted(test.getName(), method.getName());
MultipleFailureException.assertEmpty(errors);
statement.evaluate();
}