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 bcca0d2bf6 add Compiler Performance (customSmallerIsBetter) benchmark
result for 121c8605f7994fcefb4f13f21b5a4a46b95ee84a
bcca0d2bf6 is described below
commit bcca0d2bf66a43884a3166237bb4de5d3b6fe39b
Author: github-action-benchmark <[email protected]>
AuthorDate: Sun May 24 07:52:24 2026 +0000
add Compiler Performance (customSmallerIsBetter) benchmark result for
121c8605f7994fcefb4f13f21b5a4a46b95ee84a
---
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 9d59c4b6d8..e5be118a68 100644
--- a/dev/bench/perf/compiler/data.js
+++ b/dev/bench/perf/compiler/data.js
@@ -1,5 +1,5 @@
window.BENCHMARK_DATA = {
- "lastUpdate": 1779521990160,
+ "lastUpdate": 1779609144917,
"repoUrl": "https://github.com/apache/groovy",
"entries": {
"Compiler Performance": [
@@ -602,6 +602,56 @@ window.BENCHMARK_DATA = {
"extra": "5.0.6"
}
]
+ },
+ {
+ "commit": {
+ "author": {
+ "name": "Paul King",
+ "username": "paulk-asert",
+ "email": "[email protected]"
+ },
+ "committer": {
+ "name": "Daniel Sun",
+ "username": "daniellansun",
+ "email": "[email protected]"
+ },
+ "id": "121c8605f7994fcefb4f13f21b5a4a46b95ee84a",
+ "message": "GROOVY-12030: Graduate PropertyHandler from incubating
to stable",
+ "timestamp": "2026-05-22T23:45:44Z",
+ "url":
"https://github.com/apache/groovy/commit/121c8605f7994fcefb4f13f21b5a4a46b95ee84a"
+ },
+ "date": 1779609143468,
+ "tool": "customSmallerIsBetter",
+ "benches": [
+ {
+ "name": "compile@current",
+ "value": 552.7633333333333,
+ "range": "±22.18",
+ "unit": "ms",
+ "extra": "current"
+ },
+ {
+ "name": "compile@groovy-3",
+ "value": 640.54,
+ "range": "±208.68",
+ "unit": "ms",
+ "extra": "3.0.25"
+ },
+ {
+ "name": "compile@groovy-4",
+ "value": 561.3366666666667,
+ "range": "±138.06",
+ "unit": "ms",
+ "extra": "4.0.32"
+ },
+ {
+ "name": "compile@groovy-5",
+ "value": 482.91,
+ "range": "±24.49",
+ "unit": "ms",
+ "extra": "5.0.6"
+ }
+ ]
}
]
}