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 2cbb2dd66d add Compiler Performance (customSmallerIsBetter) benchmark
result for e9b9cf1ec53ceb86f6b1e3cd88d630ab3234f3ca
2cbb2dd66d is described below
commit 2cbb2dd66dd8045ce3ea82050d990cc6a998dc9a
Author: github-action-benchmark <[email protected]>
AuthorDate: Fri May 22 08:04:38 2026 +0000
add Compiler Performance (customSmallerIsBetter) benchmark result for
e9b9cf1ec53ceb86f6b1e3cd88d630ab3234f3ca
---
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 88f0c43bc6..1887b5ba8d 100644
--- a/dev/bench/perf/compiler/data.js
+++ b/dev/bench/perf/compiler/data.js
@@ -1,5 +1,5 @@
window.BENCHMARK_DATA = {
- "lastUpdate": 1779350703344,
+ "lastUpdate": 1779437078516,
"repoUrl": "https://github.com/apache/groovy",
"entries": {
"Compiler Performance": [
@@ -502,6 +502,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": "e9b9cf1ec53ceb86f6b1e3cd88d630ab3234f3ca",
+ "message": "GROOVY-12027: Align CompilerConfiguration with JDK17
minimum (fix some tests and docs)",
+ "timestamp": "2026-05-22T05:22:33Z",
+ "url":
"https://github.com/apache/groovy/commit/e9b9cf1ec53ceb86f6b1e3cd88d630ab3234f3ca"
+ },
+ "date": 1779437077169,
+ "tool": "customSmallerIsBetter",
+ "benches": [
+ {
+ "name": "compile@current",
+ "value": 550.4366666666667,
+ "range": "±22.46",
+ "unit": "ms",
+ "extra": "current"
+ },
+ {
+ "name": "compile@groovy-3",
+ "value": 649.9833333333333,
+ "range": "±212.07",
+ "unit": "ms",
+ "extra": "3.0.25"
+ },
+ {
+ "name": "compile@groovy-4",
+ "value": 573.7033333333334,
+ "range": "±143.14",
+ "unit": "ms",
+ "extra": "4.0.32"
+ },
+ {
+ "name": "compile@groovy-5",
+ "value": 483.34666666666664,
+ "range": "±20.9",
+ "unit": "ms",
+ "extra": "5.0.6"
+ }
+ ]
}
]
}