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 2d928ad765 add Compiler Performance (customSmallerIsBetter) benchmark
result for a2ce6f02fea7c439a9eb3feefe7d34f45e34282b
2d928ad765 is described below
commit 2d928ad765ffc010236e979156897f22a18b4ddc
Author: github-action-benchmark <[email protected]>
AuthorDate: Thu May 21 08:05:03 2026 +0000
add Compiler Performance (customSmallerIsBetter) benchmark result for
a2ce6f02fea7c439a9eb3feefe7d34f45e34282b
---
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 cf972de972..88f0c43bc6 100644
--- a/dev/bench/perf/compiler/data.js
+++ b/dev/bench/perf/compiler/data.js
@@ -1,5 +1,5 @@
window.BENCHMARK_DATA = {
- "lastUpdate": 1779264498327,
+ "lastUpdate": 1779350703344,
"repoUrl": "https://github.com/apache/groovy",
"entries": {
"Compiler Performance": [
@@ -452,6 +452,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": "a2ce6f02fea7c439a9eb3feefe7d34f45e34282b",
+ "message": "minor refactor: remove javadoc warning",
+ "timestamp": "2026-05-20T15:04:10Z",
+ "url":
"https://github.com/apache/groovy/commit/a2ce6f02fea7c439a9eb3feefe7d34f45e34282b"
+ },
+ "date": 1779350701635,
+ "tool": "customSmallerIsBetter",
+ "benches": [
+ {
+ "name": "compile@current",
+ "value": 422.8233333333334,
+ "range": "±18.21",
+ "unit": "ms",
+ "extra": "current"
+ },
+ {
+ "name": "compile@groovy-3",
+ "value": 513.4933333333333,
+ "range": "±175.81",
+ "unit": "ms",
+ "extra": "3.0.25"
+ },
+ {
+ "name": "compile@groovy-4",
+ "value": 441.65,
+ "range": "±115.04",
+ "unit": "ms",
+ "extra": "4.0.32"
+ },
+ {
+ "name": "compile@groovy-5",
+ "value": 373.17999999999995,
+ "range": "±18.12",
+ "unit": "ms",
+ "extra": "5.0.6"
+ }
+ ]
}
]
}