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 47760b552c add Compiler Performance (customSmallerIsBetter) benchmark
result for 86c6648d1e61436fe513afaa85d8d0c403de3cda
47760b552c is described below
commit 47760b552c2fb4da229fd7a646fcd7a077ea7fa5
Author: github-action-benchmark <[email protected]>
AuthorDate: Mon Jul 13 07:58:41 2026 +0000
add Compiler Performance (customSmallerIsBetter) benchmark result for
86c6648d1e61436fe513afaa85d8d0c403de3cda
---
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 8783d7520a..874c2b6a20 100644
--- a/dev/bench/perf/compiler/data.js
+++ b/dev/bench/perf/compiler/data.js
@@ -1,5 +1,5 @@
window.BENCHMARK_DATA = {
- "lastUpdate": 1783841969251,
+ "lastUpdate": 1783929521224,
"repoUrl": "https://github.com/apache/groovy",
"entries": {
"Compiler Performance": [
@@ -3002,6 +3002,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": "86c6648d1e61436fe513afaa85d8d0c403de3cda",
+ "message": "GROOVY-12154: box primitive lambda param when the target
SAM param is a reference type\n\nA @CompileStatic lambda declaring a primitive
parameter (e.g. (int a) -> ...)\nagainst a generic functional interface (e.g.
Function<Integer,Integer>)\ncompiled cleanly but threw at runtime:\n\n
java.lang.invoke.LambdaConversionException:\n int is not a subtype of class
java.lang.Object\n\nAbstractFunctionalInterfaceWriter.convertParameterType
always emitted a\nprimitive im [...]
+ "timestamp": "2026-07-12T13:11:53Z",
+ "url":
"https://github.com/apache/groovy/commit/86c6648d1e61436fe513afaa85d8d0c403de3cda"
+ },
+ "date": 1783929518658,
+ "tool": "customSmallerIsBetter",
+ "benches": [
+ {
+ "name": "compile@current",
+ "value": 554.87,
+ "range": "±23.58",
+ "unit": "ms",
+ "extra": "current"
+ },
+ {
+ "name": "compile@groovy-3",
+ "value": 668.43,
+ "range": "±210.57",
+ "unit": "ms",
+ "extra": "3.0.25"
+ },
+ {
+ "name": "compile@groovy-4",
+ "value": 571.6266666666667,
+ "range": "±142.87",
+ "unit": "ms",
+ "extra": "4.0.32"
+ },
+ {
+ "name": "compile@groovy-5",
+ "value": 483.27666666666664,
+ "range": "±20.6",
+ "unit": "ms",
+ "extra": "5.0.6"
+ }
+ ]
}
]
}