protected void computeTests()

in base/src/main/java/org/apache/sling/performance/PerformanceRunner.java [128:139]


    protected void computeTests() throws Exception {
        // add normal JUnit tests
        tests.addAll(super.computeTestMethods());

        // add the performance tests
        tests.addAll(computePerformanceTests());

        // This is called here to ensure the test class constructor is called at
        // least
        // once during testing.
        createTest();
    }