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 1131355c01 add Compiler Performance (customSmallerIsBetter) benchmark
result for f1a4483fe4bab0f6cd9511fad0abb7016059e557
1131355c01 is described below
commit 1131355c018710ce26884b4ef683f3e97b4b03cc
Author: github-action-benchmark <[email protected]>
AuthorDate: Wed May 27 08:22:11 2026 +0000
add Compiler Performance (customSmallerIsBetter) benchmark result for
f1a4483fe4bab0f6cd9511fad0abb7016059e557
---
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 0c4df1c7da..f348bc10fe 100644
--- a/dev/bench/perf/compiler/data.js
+++ b/dev/bench/perf/compiler/data.js
@@ -1,5 +1,5 @@
window.BENCHMARK_DATA = {
- "lastUpdate": 1779783667620,
+ "lastUpdate": 1779870131788,
"repoUrl": "https://github.com/apache/groovy",
"entries": {
"Compiler Performance": [
@@ -752,6 +752,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": "f1a4483fe4bab0f6cd9511fad0abb7016059e557",
+ "message": "GROOVY-12040: restore @Builder retention to RUNTIME in
5.0.x",
+ "timestamp": "2026-05-26T10:09:43Z",
+ "url":
"https://github.com/apache/groovy/commit/f1a4483fe4bab0f6cd9511fad0abb7016059e557"
+ },
+ "date": 1779870130518,
+ "tool": "customSmallerIsBetter",
+ "benches": [
+ {
+ "name": "compile@current",
+ "value": 419.4533333333333,
+ "range": "±16.86",
+ "unit": "ms",
+ "extra": "current"
+ },
+ {
+ "name": "compile@groovy-3",
+ "value": 498.5833333333333,
+ "range": "±168.11",
+ "unit": "ms",
+ "extra": "3.0.25"
+ },
+ {
+ "name": "compile@groovy-4",
+ "value": 443.8733333333333,
+ "range": "±117.29",
+ "unit": "ms",
+ "extra": "4.0.32"
+ },
+ {
+ "name": "compile@groovy-5",
+ "value": 366.20666666666665,
+ "range": "±18.46",
+ "unit": "ms",
+ "extra": "5.0.6"
+ }
+ ]
}
]
}