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 12e2cfbea3 add Compiler Performance (customSmallerIsBetter) benchmark
result for 2d5770407c6450a65f6d57876e66e2afea64a483
12e2cfbea3 is described below
commit 12e2cfbea3ebb99b8f781e0adcf5fe4e3fbbe768
Author: github-action-benchmark <[email protected]>
AuthorDate: Fri Jul 17 07:42:36 2026 +0000
add Compiler Performance (customSmallerIsBetter) benchmark result for
2d5770407c6450a65f6d57876e66e2afea64a483
---
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 8bebe4d2d8..1d6e8ca5c1 100644
--- a/dev/bench/perf/compiler/data.js
+++ b/dev/bench/perf/compiler/data.js
@@ -1,5 +1,5 @@
window.BENCHMARK_DATA = {
- "lastUpdate": 1784187435281,
+ "lastUpdate": 1784274156506,
"repoUrl": "https://github.com/apache/groovy",
"entries": {
"Compiler Performance": [
@@ -3202,6 +3202,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": "2d5770407c6450a65f6d57876e66e2afea64a483",
+ "message": "GROOVY-12168: Improve exception handling consistency for
numbers during JSON parsing (additional tweaks)",
+ "timestamp": "2026-07-16T23:44:41Z",
+ "url":
"https://github.com/apache/groovy/commit/2d5770407c6450a65f6d57876e66e2afea64a483"
+ },
+ "date": 1784274154328,
+ "tool": "customSmallerIsBetter",
+ "benches": [
+ {
+ "name": "compile@current",
+ "value": 576.6800000000001,
+ "range": "±25.12",
+ "unit": "ms",
+ "extra": "current"
+ },
+ {
+ "name": "compile@groovy-3",
+ "value": 673.79,
+ "range": "±230.91",
+ "unit": "ms",
+ "extra": "3.0.25"
+ },
+ {
+ "name": "compile@groovy-4",
+ "value": 599.8066666666667,
+ "range": "±153.58",
+ "unit": "ms",
+ "extra": "4.0.32"
+ },
+ {
+ "name": "compile@groovy-5",
+ "value": 500.68999999999994,
+ "range": "±24.02",
+ "unit": "ms",
+ "extra": "5.0.6"
+ }
+ ]
}
]
}