public void evaluate()

in src/main/java/org/apache/sling/junit/performance/impl/RunSerial.java [31:35]


    public void evaluate() throws Throwable {
        for (Statement statement : statements) {
            statement.evaluate();
        }
    }