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 d3afef44ca add Compiler Performance (customSmallerIsBetter) benchmark
result for 650ff80d2ef62d55ae100c4716176d76f2da25c2
d3afef44ca is described below
commit d3afef44cae88d5ab342758e62ec1e0d35af988a
Author: github-action-benchmark <[email protected]>
AuthorDate: Sat May 23 07:39:50 2026 +0000
add Compiler Performance (customSmallerIsBetter) benchmark result for
650ff80d2ef62d55ae100c4716176d76f2da25c2
---
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 1887b5ba8d..9d59c4b6d8 100644
--- a/dev/bench/perf/compiler/data.js
+++ b/dev/bench/perf/compiler/data.js
@@ -1,5 +1,5 @@
window.BENCHMARK_DATA = {
- "lastUpdate": 1779437078516,
+ "lastUpdate": 1779521990160,
"repoUrl": "https://github.com/apache/groovy",
"entries": {
"Compiler Performance": [
@@ -552,6 +552,56 @@ window.BENCHMARK_DATA = {
"extra": "5.0.6"
}
]
+ },
+ {
+ "commit": {
+ "author": {
+ "name": "Daniel Sun",
+ "username": "daniellansun",
+ "email": "[email protected]"
+ },
+ "committer": {
+ "name": "Daniel Sun",
+ "username": "daniellansun",
+ "email": "[email protected]"
+ },
+ "id": "650ff80d2ef62d55ae100c4716176d76f2da25c2",
+ "message": "Add missing javadoc",
+ "timestamp": "2026-05-23T07:13:01Z",
+ "url":
"https://github.com/apache/groovy/commit/650ff80d2ef62d55ae100c4716176d76f2da25c2"
+ },
+ "date": 1779521988926,
+ "tool": "customSmallerIsBetter",
+ "benches": [
+ {
+ "name": "compile@current",
+ "value": 529.7166666666667,
+ "range": "±22.55",
+ "unit": "ms",
+ "extra": "current"
+ },
+ {
+ "name": "compile@groovy-3",
+ "value": 627.0533333333333,
+ "range": "±215.81",
+ "unit": "ms",
+ "extra": "3.0.25"
+ },
+ {
+ "name": "compile@groovy-4",
+ "value": 561.45,
+ "range": "±145.01",
+ "unit": "ms",
+ "extra": "4.0.32"
+ },
+ {
+ "name": "compile@groovy-5",
+ "value": 462.8733333333333,
+ "range": "±21.21",
+ "unit": "ms",
+ "extra": "5.0.6"
+ }
+ ]
}
]
}