Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for benchmarkOriginalHelperRepeatedOperations (0.12 sec)

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

        /**
         * Benchmark that tests cache benefits by repeatedly setting properties on the same class.
         * This better demonstrates the caching improvements.
         */
        @Benchmark
        public void benchmarkOriginalHelperRepeatedOperations() throws Exception {
            // Test cache benefits by using same class multiple times
            for (int i = 0; i < 10; i++) {
                RealisticTestBean bean = new RealisticTestBean();
    
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Thu Jul 17 07:40:49 UTC 2025
    - 16.6K bytes
    - Viewed (0)
Back to top