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 0a842e91d7 add Dispatch Metrics (customSmallerIsBetter) benchmark
result for 538f618b3d817f1bb0e1035646e94e64c4d81144
0a842e91d7 is described below
commit 0a842e91d7e41a0008398de146315f02294ab7b8
Author: github-action-benchmark <[email protected]>
AuthorDate: Thu Jul 16 07:37:32 2026 +0000
add Dispatch Metrics (customSmallerIsBetter) benchmark result for
538f618b3d817f1bb0e1035646e94e64c4d81144
---
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 8267f87647..efc26c2114 100644
--- a/dev/bench/perf/dispatch/data.js
+++ b/dev/bench/perf/dispatch/data.js
@@ -1,5 +1,5 @@
window.BENCHMARK_DATA = {
- "lastUpdate": 1784101105833,
+ "lastUpdate": 1784187452504,
"repoUrl": "https://github.com/apache/groovy",
"entries": {
"Dispatch Metrics": [
@@ -574,6 +574,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": "538f618b3d817f1bb0e1035646e94e64c4d81144",
+ "message": "GROOVY-12161: pin catch-variable debug metadata for
try/catch without finally\n\nBackfills the LocalVariableTable coverage relaxed
in GROOVY-11362 when the\nidentity catch-all was omitted: assert the catch
parameter stays named,\ntyped Exception (not Object), with a non-degenerate
range — without\ndepending on brittle label numbers.",
+ "timestamp": "2026-07-16T06:14:21Z",
+ "url":
"https://github.com/apache/groovy/commit/538f618b3d817f1bb0e1035646e94e64c4d81144"
+ },
+ "date": 1784187451563,
+ "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": 194226,
+ "unit": "bytes"
+ },
+ {
+ "name": "bytecode.corpus.classes",
+ "value": 57,
+ "unit": "classes"
+ }
+ ]
}
]
}