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 49bcb7ce36 add Compiler Performance (customSmallerIsBetter) benchmark
result for 7f4fb8afd4c72bb5da84bb74fc9181c607f4dce8
49bcb7ce36 is described below
commit 49bcb7ce36ab2e39e7763dd853b35802e5af845b
Author: github-action-benchmark <[email protected]>
AuthorDate: Sun May 17 07:43:49 2026 +0000
add Compiler Performance (customSmallerIsBetter) benchmark result for
7f4fb8afd4c72bb5da84bb74fc9181c607f4dce8
---
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 0643670038..62459e234e 100644
--- a/dev/bench/perf/compiler/data.js
+++ b/dev/bench/perf/compiler/data.js
@@ -1,5 +1,5 @@
window.BENCHMARK_DATA = {
- "lastUpdate": 1778917014330,
+ "lastUpdate": 1779003829381,
"repoUrl": "https://github.com/apache/groovy",
"entries": {
"Compiler Performance": [
@@ -252,6 +252,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": "7f4fb8afd4c72bb5da84bb74fc9181c607f4dce8",
+ "message": "AI readiness: sandboxed reproducers",
+ "timestamp": "2026-05-17T05:26:09Z",
+ "url":
"https://github.com/apache/groovy/commit/7f4fb8afd4c72bb5da84bb74fc9181c607f4dce8"
+ },
+ "date": 1779003828707,
+ "tool": "customSmallerIsBetter",
+ "benches": [
+ {
+ "name": "compile@current",
+ "value": 544.22,
+ "range": "±21.69",
+ "unit": "ms",
+ "extra": "current"
+ },
+ {
+ "name": "compile@groovy-3",
+ "value": 640.9433333333334,
+ "range": "±217.73",
+ "unit": "ms",
+ "extra": "3.0.25"
+ },
+ {
+ "name": "compile@groovy-4",
+ "value": 553.47,
+ "range": "±141.1",
+ "unit": "ms",
+ "extra": "4.0.32"
+ },
+ {
+ "name": "compile@groovy-5",
+ "value": 475.52666666666664,
+ "range": "±21.18",
+ "unit": "ms",
+ "extra": "5.0.6"
+ }
+ ]
}
]
}