Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for benchmarkOriginalHelperMultipleTypes (0.14 sec)

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

            }
        }
    
        /**
         * Benchmark with multiple different bean types to test method cache effectiveness.
         */
        @Benchmark
        public void benchmarkOriginalHelperMultipleTypes() throws Exception {
            // Test with different bean types
            RealisticTestBean bean1 = new RealisticTestBean();
            TestBean bean2 = new TestBean();
    
    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