This is an automated email from the ASF dual-hosted git repository.
github-actions[bot] pushed a commit to branch gh-pages
in repository https://gitbox.apache.org/repos/asf/groovy.git
The following commit(s) were added to refs/heads/gh-pages by this push:
new 6a72ab6b42 add Dispatch Metrics (customSmallerIsBetter) benchmark
result for 9b4176bc49be4361134d4ed274bcc6a56145488d
6a72ab6b42 is described below
commit 6a72ab6b42b7af3707f7dff29e0fd8a09c30fc41
Author: github-action-benchmark <[email protected]>
AuthorDate: Tue Jul 14 07:34:53 2026 +0000
add Dispatch Metrics (customSmallerIsBetter) benchmark result for
9b4176bc49be4361134d4ed274bcc6a56145488d
---
dev/bench/perf/dispatch/data.js | 54 ++++++++++++++++++++++++++++++++++++++++-
1 file changed, 53 insertions(+), 1 deletion(-)
diff --git a/dev/bench/perf/dispatch/data.js b/dev/bench/perf/dispatch/data.js
index d1a65eb6b6..601627cf26 100644
--- a/dev/bench/perf/dispatch/data.js
+++ b/dev/bench/perf/dispatch/data.js
@@ -1,5 +1,5 @@
window.BENCHMARK_DATA = {
- "lastUpdate": 1783929534962,
+ "lastUpdate": 1784014493205,
"repoUrl": "https://github.com/apache/groovy",
"entries": {
"Dispatch Metrics": [
@@ -470,6 +470,58 @@ window.BENCHMARK_DATA = {
"unit": "classes"
}
]
+ },
+ {
+ "commit": {
+ "author": {
+ "name": "Paul King",
+ "username": "paulk-asert",
+ "email": "[email protected]"
+ },
+ "committer": {
+ "name": "Paul King",
+ "username": "paulk-asert",
+ "email": "[email protected]"
+ },
+ "id": "9b4176bc49be4361134d4ed274bcc6a56145488d",
+ "message": "GROOVY-12160: @AnnotationCollector emits collected
annotation members in hash order when the collector is precompiled",
+ "timestamp": "2026-07-13T08:26:01Z",
+ "url":
"https://github.com/apache/groovy/commit/9b4176bc49be4361134d4ed274bcc6a56145488d"
+ },
+ "date": 1784014492680,
+ "tool": "customSmallerIsBetter",
+ "benches": [
+ {
+ "name": "classes.loaded.total",
+ "value": 3994,
+ "unit": "classes"
+ },
+ {
+ "name": "classes.lambdaForms",
+ "value": 465,
+ "unit": "classes"
+ },
+ {
+ "name": "classes.hidden",
+ "value": 888,
+ "unit": "classes"
+ },
+ {
+ "name": "classes.groovyRuntime",
+ "value": 1489,
+ "unit": "classes"
+ },
+ {
+ "name": "bytecode.corpus.bytes",
+ "value": 194506,
+ "unit": "bytes"
+ },
+ {
+ "name": "bytecode.corpus.classes",
+ "value": 57,
+ "unit": "classes"
+ }
+ ]
}
]
}