tkobayas commented on issue #6576:
URL: 
https://github.com/apache/incubator-kie-drools/issues/6576#issuecomment-4455852370

   Testing with 999-SNAPSHOT as of 2026-05-15 (Before applying the PR): 
   ```
   ECLIPSE (java -jar target/drools-benchmarks.jar -jvmArgs "-Xms4g -Xmx4g 
-Ddrools.dialect.java.compiler=ECLIPSE" 
org.drools.benchmarks.buildtime.BuildKJarFromResourceBenchmark.createKJarFromResource
 -p useCanonicalModel=true -f 1)
   
   Benchmark                                              (numberOfRules)  
(useCanonicalModel)  Mode  Cnt    Score   Error  Units
   BuildKJarFromResourceBenchmark.createKJarFromResource              100       
          true  avgt    5   43.731 ± 4.074  ms/op
   BuildKJarFromResourceBenchmark.createKJarFromResource              500       
          true  avgt    5  161.445 ± 3.511  ms/op
   BuildKJarFromResourceBenchmark.createKJarFromResource             1000       
          true  avgt    5  311.863 ± 6.532  ms/op
   
   NATIVE (java -jar target/drools-benchmarks.jar -jvmArgs "-Xms4g -Xmx4g 
-Ddrools.dialect.java.compiler=NATIVE" 
org.drools.benchmarks.buildtime.BuildKJarFromResourceBenchmark.createKJarFromResource
 -p useCanonicalModel=true -f 1)
   
   Benchmark                                              (numberOfRules)  
(useCanonicalModel)  Mode  Cnt     Score    Error  Units
   BuildKJarFromResourceBenchmark.createKJarFromResource              100       
          true  avgt    5   256.954 ±  5.410  ms/op
   BuildKJarFromResourceBenchmark.createKJarFromResource              500       
          true  avgt    5   961.315 ± 27.068  ms/op
   BuildKJarFromResourceBenchmark.createKJarFromResource             1000       
          true  avgt    5  1827.032 ± 33.900  ms/op
   ```
   ECJ is clearly faster.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to