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 f2a56f800d add Compiler Performance (customSmallerIsBetter) benchmark
result for 42ce7e09611dd02d85d6d1e80e3c079a90100460
f2a56f800d is described below
commit f2a56f800d12d2e429a2df32813fd7fb6ddeade5
Author: github-action-benchmark <[email protected]>
AuthorDate: Tue May 26 08:21:07 2026 +0000
add Compiler Performance (customSmallerIsBetter) benchmark result for
42ce7e09611dd02d85d6d1e80e3c079a90100460
---
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 5f21975165..0c4df1c7da 100644
--- a/dev/bench/perf/compiler/data.js
+++ b/dev/bench/perf/compiler/data.js
@@ -1,5 +1,5 @@
window.BENCHMARK_DATA = {
- "lastUpdate": 1779697308219,
+ "lastUpdate": 1779783667620,
"repoUrl": "https://github.com/apache/groovy",
"entries": {
"Compiler Performance": [
@@ -702,6 +702,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": "42ce7e09611dd02d85d6d1e80e3c079a90100460",
+ "message": "GROOVY-12038: Graduate groovy-contracts from incubating
to stable",
+ "timestamp": "2026-05-24T10:28:42Z",
+ "url":
"https://github.com/apache/groovy/commit/42ce7e09611dd02d85d6d1e80e3c079a90100460"
+ },
+ "date": 1779783666794,
+ "tool": "customSmallerIsBetter",
+ "benches": [
+ {
+ "name": "compile@current",
+ "value": 545.83,
+ "range": "±35.94",
+ "unit": "ms",
+ "extra": "current"
+ },
+ {
+ "name": "compile@groovy-3",
+ "value": 653.3199999999999,
+ "range": "±219.55",
+ "unit": "ms",
+ "extra": "3.0.25"
+ },
+ {
+ "name": "compile@groovy-4",
+ "value": 587.3833333333334,
+ "range": "±146.03",
+ "unit": "ms",
+ "extra": "4.0.32"
+ },
+ {
+ "name": "compile@groovy-5",
+ "value": 467.80333333333334,
+ "range": "±20.38",
+ "unit": "ms",
+ "extra": "5.0.6"
+ }
+ ]
}
]
}