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 10aee08359 add Compiler Performance (customSmallerIsBetter) benchmark
result for 9b4176bc49be4361134d4ed274bcc6a56145488d
10aee08359 is described below
commit 10aee0835931015c4e2c9e099ec1e973773396e8
Author: github-action-benchmark <[email protected]>
AuthorDate: Tue Jul 14 07:34:38 2026 +0000
add Compiler Performance (customSmallerIsBetter) benchmark result for
9b4176bc49be4361134d4ed274bcc6a56145488d
---
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 874c2b6a20..5466eeca1a 100644
--- a/dev/bench/perf/compiler/data.js
+++ b/dev/bench/perf/compiler/data.js
@@ -1,5 +1,5 @@
window.BENCHMARK_DATA = {
- "lastUpdate": 1783929521224,
+ "lastUpdate": 1784014478118,
"repoUrl": "https://github.com/apache/groovy",
"entries": {
"Compiler Performance": [
@@ -3052,6 +3052,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": "9b4176bc49be4361134d4ed274bcc6a56145488d",
+ "message": "GROOVY-12160: @AnnotationCollector emits collected
annotation members in hash order when the collector is precompiled",
+ "timestamp": "2026-07-13T08:26:01Z",
+ "url":
"https://github.com/apache/groovy/commit/9b4176bc49be4361134d4ed274bcc6a56145488d"
+ },
+ "date": 1784014475886,
+ "tool": "customSmallerIsBetter",
+ "benches": [
+ {
+ "name": "compile@current",
+ "value": 580.2766666666666,
+ "range": "±25.57",
+ "unit": "ms",
+ "extra": "current"
+ },
+ {
+ "name": "compile@groovy-3",
+ "value": 645.14,
+ "range": "±204.91",
+ "unit": "ms",
+ "extra": "3.0.25"
+ },
+ {
+ "name": "compile@groovy-4",
+ "value": 596.7433333333333,
+ "range": "±148.66",
+ "unit": "ms",
+ "extra": "4.0.32"
+ },
+ {
+ "name": "compile@groovy-5",
+ "value": 498.02666666666664,
+ "range": "±23.56",
+ "unit": "ms",
+ "extra": "5.0.6"
+ }
+ ]
}
]
}