This is an automated email from the ASF dual-hosted git repository.
paulk pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/groovy.git
from b1b875a79f junit jupiter
new 2fc4123bba GROOVY-10307: add targeted JMH benchmarks for SwitchPoint
invalidation regression
new a6a83ab22f fix: address Copilot review feedback on benchmark code
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../perf/grails/CallSiteInvalidationBench.groovy | 224 ++++++++++
.../groovy/perf/grails/GrailsWorkloadBench.groovy | 468 +++++++++++++++++++++
.../perf/grails/MetaclassVariationBench.groovy | 259 ++++++++++++
3 files changed, 951 insertions(+)
create mode 100644
subprojects/performance/src/jmh/groovy/org/apache/groovy/perf/grails/CallSiteInvalidationBench.groovy
create mode 100644
subprojects/performance/src/jmh/groovy/org/apache/groovy/perf/grails/GrailsWorkloadBench.groovy
create mode 100644
subprojects/performance/src/jmh/groovy/org/apache/groovy/perf/grails/MetaclassVariationBench.groovy