Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for benchmarkOptimizedHelper (0.08 sec)

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

            timeoutConfig.setValue("123");
            originalHelper.setProperty(bean, "timeout", Long.class, timeoutConfig);
        }
    
        @Benchmark
        public void benchmarkOptimizedHelper() throws Exception {
            RealisticTestBean bean = new RealisticTestBean();
    
            // Set multiple properties to simulate real mojo configuration
    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