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 2b3db2e311 add Compiler Performance (customSmallerIsBetter) benchmark
result for f220aa2fe7a30fafb7ca02bb454577866174949b
2b3db2e311 is described below
commit 2b3db2e3114677c20fa85c2218cb3e463780522f
Author: github-action-benchmark <[email protected]>
AuthorDate: Thu May 28 08:17:05 2026 +0000
add Compiler Performance (customSmallerIsBetter) benchmark result for
f220aa2fe7a30fafb7ca02bb454577866174949b
---
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 f348bc10fe..fe9968bad9 100644
--- a/dev/bench/perf/compiler/data.js
+++ b/dev/bench/perf/compiler/data.js
@@ -1,5 +1,5 @@
window.BENCHMARK_DATA = {
- "lastUpdate": 1779870131788,
+ "lastUpdate": 1779956225657,
"repoUrl": "https://github.com/apache/groovy",
"entries": {
"Compiler Performance": [
@@ -802,6 +802,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": "f220aa2fe7a30fafb7ca02bb454577866174949b",
+ "message": "re-enable jmh stats comparison",
+ "timestamp": "2026-05-27T10:46:41Z",
+ "url":
"https://github.com/apache/groovy/commit/f220aa2fe7a30fafb7ca02bb454577866174949b"
+ },
+ "date": 1779956224269,
+ "tool": "customSmallerIsBetter",
+ "benches": [
+ {
+ "name": "compile@current",
+ "value": 549.7566666666667,
+ "range": "±22.44",
+ "unit": "ms",
+ "extra": "current"
+ },
+ {
+ "name": "compile@groovy-3",
+ "value": 644.0933333333334,
+ "range": "±216.23",
+ "unit": "ms",
+ "extra": "3.0.25"
+ },
+ {
+ "name": "compile@groovy-4",
+ "value": 561.5699999999999,
+ "range": "±136.13",
+ "unit": "ms",
+ "extra": "4.0.32"
+ },
+ {
+ "name": "compile@groovy-5",
+ "value": 466.02,
+ "range": "±20.08",
+ "unit": "ms",
+ "extra": "5.0.6"
+ }
+ ]
}
]
}