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 1419299844 add Compiler Performance (customSmallerIsBetter) benchmark
result for 538f618b3d817f1bb0e1035646e94e64c4d81144
1419299844 is described below
commit 1419299844761c97bca420c964c2f7c3bbee4f1c
Author: github-action-benchmark <[email protected]>
AuthorDate: Thu Jul 16 07:37:15 2026 +0000
add Compiler Performance (customSmallerIsBetter) benchmark result for
538f618b3d817f1bb0e1035646e94e64c4d81144
---
dev/bench/perf/compiler/data.js | 52 ++++++++++++++++++++++++++++++++++++++++-
1 file changed, 51 insertions(+), 1 deletion(-)
diff --git a/dev/bench/perf/compiler/data.js b/dev/bench/perf/compiler/data.js
index d8da74a6cb..8bebe4d2d8 100644
--- a/dev/bench/perf/compiler/data.js
+++ b/dev/bench/perf/compiler/data.js
@@ -1,5 +1,5 @@
window.BENCHMARK_DATA = {
- "lastUpdate": 1784101090875,
+ "lastUpdate": 1784187435281,
"repoUrl": "https://github.com/apache/groovy",
"entries": {
"Compiler Performance": [
@@ -3152,6 +3152,56 @@ window.BENCHMARK_DATA = {
"extra": "5.0.6"
}
]
+ },
+ {
+ "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": 1784187433052,
+ "tool": "customSmallerIsBetter",
+ "benches": [
+ {
+ "name": "compile@current",
+ "value": 580.3233333333334,
+ "range": "±28.6",
+ "unit": "ms",
+ "extra": "current"
+ },
+ {
+ "name": "compile@groovy-3",
+ "value": 667.81,
+ "range": "±210.06",
+ "unit": "ms",
+ "extra": "3.0.25"
+ },
+ {
+ "name": "compile@groovy-4",
+ "value": 592.7333333333333,
+ "range": "±146.8",
+ "unit": "ms",
+ "extra": "4.0.32"
+ },
+ {
+ "name": "compile@groovy-5",
+ "value": 502.8266666666667,
+ "range": "±22.4",
+ "unit": "ms",
+ "extra": "5.0.6"
+ }
+ ]
}
]
}