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 1d9b78605f add Dispatch Metrics (customSmallerIsBetter) benchmark 
result for 86c6648d1e61436fe513afaa85d8d0c403de3cda
1d9b78605f is described below

commit 1d9b78605f3676590a7e5ab1538a02f04acbc9d7
Author: github-action-benchmark <[email protected]>
AuthorDate: Mon Jul 13 07:58:55 2026 +0000

    add Dispatch Metrics (customSmallerIsBetter) benchmark result for 
86c6648d1e61436fe513afaa85d8d0c403de3cda
---
 dev/bench/perf/dispatch/data.js | 54 ++++++++++++++++++++++++++++++++++++++++-
 1 file changed, 53 insertions(+), 1 deletion(-)

diff --git a/dev/bench/perf/dispatch/data.js b/dev/bench/perf/dispatch/data.js
index a8acc7a2f0..d1a65eb6b6 100644
--- a/dev/bench/perf/dispatch/data.js
+++ b/dev/bench/perf/dispatch/data.js
@@ -1,5 +1,5 @@
 window.BENCHMARK_DATA = {
-  "lastUpdate": 1783841985559,
+  "lastUpdate": 1783929534962,
   "repoUrl": "https://github.com/apache/groovy";,
   "entries": {
     "Dispatch Metrics": [
@@ -418,6 +418,58 @@ window.BENCHMARK_DATA = {
             "unit": "classes"
           }
         ]
+      },
+      {
+        "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": 1783929533962,
+        "tool": "customSmallerIsBetter",
+        "benches": [
+          {
+            "name": "classes.loaded.total",
+            "value": 3993,
+            "unit": "classes"
+          },
+          {
+            "name": "classes.lambdaForms",
+            "value": 465,
+            "unit": "classes"
+          },
+          {
+            "name": "classes.hidden",
+            "value": 887,
+            "unit": "classes"
+          },
+          {
+            "name": "classes.groovyRuntime",
+            "value": 1488,
+            "unit": "classes"
+          },
+          {
+            "name": "bytecode.corpus.bytes",
+            "value": 194506,
+            "unit": "bytes"
+          },
+          {
+            "name": "bytecode.corpus.classes",
+            "value": 57,
+            "unit": "classes"
+          }
+        ]
       }
     ]
   }

Reply via email to