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 f1ad70845f add Compiler Performance (customSmallerIsBetter) benchmark
result for 6b109a62a7987c2a9ab7a6c1456693f0a3f3bf58
f1ad70845f is described below
commit f1ad70845f269e114cea996b6cb1c9343abc661a
Author: github-action-benchmark <[email protected]>
AuthorDate: Thu May 14 23:00:12 2026 +0000
add Compiler Performance (customSmallerIsBetter) benchmark result for
6b109a62a7987c2a9ab7a6c1456693f0a3f3bf58
---
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 f4cbae14ff..18ae6cfee9 100644
--- a/dev/bench/perf/compiler/data.js
+++ b/dev/bench/perf/compiler/data.js
@@ -1,5 +1,5 @@
window.BENCHMARK_DATA = {
- "lastUpdate": 1778797815067,
+ "lastUpdate": 1778799612257,
"repoUrl": "https://github.com/apache/groovy",
"entries": {
"Compiler Performance": [
@@ -102,6 +102,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": "6b109a62a7987c2a9ab7a6c1456693f0a3f3bf58",
+ "message": "GROOVY-12008: Sealed types: graduate from incubating
status",
+ "timestamp": "2026-05-14T12:58:56Z",
+ "url":
"https://github.com/apache/groovy/commit/6b109a62a7987c2a9ab7a6c1456693f0a3f3bf58"
+ },
+ "date": 1778799610938,
+ "tool": "customSmallerIsBetter",
+ "benches": [
+ {
+ "name": "compile@current",
+ "value": 566.4366666666667,
+ "range": "±22.58",
+ "unit": "ms",
+ "extra": "current"
+ },
+ {
+ "name": "compile@groovy-3",
+ "value": 660.5866666666667,
+ "range": "±209.06",
+ "unit": "ms",
+ "extra": "3.0.25"
+ },
+ {
+ "name": "compile@groovy-4",
+ "value": 578.0333333333333,
+ "range": "±143.17",
+ "unit": "ms",
+ "extra": "4.0.32"
+ },
+ {
+ "name": "compile@groovy-5",
+ "value": 473.8833333333334,
+ "range": "±22.81",
+ "unit": "ms",
+ "extra": "5.0.6"
+ }
+ ]
}
]
}