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 8ce1f51ea9 add tests for interface constants
     new eaa44781ee GROOVY-10307: add JMH benchmarks for Grails-like 
invokedynamic pain points
     new 0612ace9a8 reduce fork count to 1 for CI timing budget
     new 73917cd67a Reduce measurement iterations to 3 to fit within CI 
60-minute timeout
     new cb35b63c76 Move grails benchmarks to subpackage and split perf 
workflows via matrix

The 4 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:
 .github/workflows/groovy-jmh-perf-classic.yml      |  14 +-
 .github/workflows/groovy-jmh-perf.yml              |  14 +-
 .../apache/groovy/perf/grails/CategoryBench.groovy | 303 +++++++++++++
 .../groovy/perf/grails/DynamicDispatchBench.groovy | 341 ++++++++++++++
 .../perf/grails/GrailsLikePatternsBench.groovy     | 488 +++++++++++++++++++++
 .../groovy/perf/grails/MetaclassChangeBench.groovy | 310 +++++++++++++
 6 files changed, 1462 insertions(+), 8 deletions(-)
 create mode 100644 
subprojects/performance/src/jmh/groovy/org/apache/groovy/perf/grails/CategoryBench.groovy
 create mode 100644 
subprojects/performance/src/jmh/groovy/org/apache/groovy/perf/grails/DynamicDispatchBench.groovy
 create mode 100644 
subprojects/performance/src/jmh/groovy/org/apache/groovy/perf/grails/GrailsLikePatternsBench.groovy
 create mode 100644 
subprojects/performance/src/jmh/groovy/org/apache/groovy/perf/grails/MetaclassChangeBench.groovy

Reply via email to