jglapa commented on issue #15293: URL: https://github.com/apache/grails-core/issues/15293#issuecomment-4097971878
I did another run with the improvements in https://github.com/apache/groovy/pull/2374 and it's better but still not at the no-indy level ``` ========================================================================================================================= BENCHMARK RESULTS grails6 no-indy grails7 no-indy grails 7 indy grails 7 indy fix ========================================================================================================================= Configuration:Configuration: ------------------------------------------------------------------------------------------------------------------------- Warmup Iterations : 5 5 5 5 Warmup Time : 403 ms 943 ms 2396 ms 1138 ms Test Iterations : 50 50 50 50 Performance Metrics:Performance Metrics: ------------------------------------------------------------------------------------------------------------------------- Minimum Time : 56 ms 58 ms 294 ms 164 ms Maximum Time : 65 ms 94 ms 479 ms 359 ms Average Time : 60.40 ms 65.68 ms 368.38 ms 204.24 ms Total Time : 3020 ms 3284 ms 18419 ms 10212 ms Environment:Environment: ------------------------------------------------------------------------------------------------------------------------- Groovy Version : 3.0.23 4.0.29 4.0.29 4.0.31-SNAPSHOT Java Version : 17.0.15 17.0.15 17.0.15 25.0.2 ========================================================================================================================= ``` -- 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]
