Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for measurementIterations (0.08 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. impl/maven-core/src/test/java/org/apache/maven/configuration/internal/CompositeBeanHelperPerformanceTest.java

            Options opt = new OptionsBuilder()
                    .include(CompositeBeanHelperPerformanceTest.class.getSimpleName())
                    .forks(1)
                    .warmupIterations(3)
                    .measurementIterations(5)
                    .build();
    
            new Runner(opt).run();
        }
    
        /**
         * Test bean class for performance testing.
         */
        public static class TestBean {
    Created: Sun Dec 28 03:35:09 GMT 2025
    - Last Modified: Thu Jul 17 07:40:49 GMT 2025
    - 16.6K bytes
    - Click Count (0)
Back to Top