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 ef7ca7106c add Dispatch Metrics (customSmallerIsBetter) benchmark 
result for 9c4df0d6b513ac411bab14fd712b91c158471cc8
ef7ca7106c is described below

commit ef7ca7106c1b9b90d4510fa1e3b952e7f419c331
Author: github-action-benchmark <[email protected]>
AuthorDate: Mon Sep 7 07:19:22 2026 +0000

    add Dispatch Metrics (customSmallerIsBetter) benchmark result for 
9c4df0d6b513ac411bab14fd712b91c158471cc8
---
 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 2ed1792668..d22db6c12e 100644
--- a/dev/bench/perf/dispatch/data.js
+++ b/dev/bench/perf/dispatch/data.js
@@ -1,5 +1,5 @@
 window.BENCHMARK_DATA = {
-  "lastUpdate": 1788677891248,
+  "lastUpdate": 1788765562670,
   "repoUrl": "https://github.com/apache/groovy";,
   "entries": {
     "Dispatch Metrics": [
@@ -3330,6 +3330,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": "9c4df0d6b513ac411bab14fd712b91c158471cc8",
+          "message": "NestedCopyWithSupport: report the closed-domain error 
for a Class-valued node\n\nA 'class' head in a nested copyWith path (e.g. 
copyWith('address.class.name': x))\nresolves to a java.lang.Class, which 
spuriously responds to copyWith via\nstatic-method dispatch, so the guard 
passed and the call failed later with a raw\nMissingMethodException instead of 
the intended \"outside the supported\nnested-copyWith domain\" message. Exclude 
Class values from the guard so the\n [...]
+          "timestamp": "2026-09-07T06:14:06Z",
+          "url": 
"https://github.com/apache/groovy/commit/9c4df0d6b513ac411bab14fd712b91c158471cc8";
+        },
+        "date": 1788765562045,
+        "tool": "customSmallerIsBetter",
+        "benches": [
+          {
+            "name": "classes.loaded.total",
+            "value": 4012,
+            "unit": "classes"
+          },
+          {
+            "name": "classes.lambdaForms",
+            "value": 441,
+            "unit": "classes"
+          },
+          {
+            "name": "classes.hidden",
+            "value": 862,
+            "unit": "classes"
+          },
+          {
+            "name": "classes.groovyRuntime",
+            "value": 1516,
+            "unit": "classes"
+          },
+          {
+            "name": "bytecode.corpus.bytes",
+            "value": 194226,
+            "unit": "bytes"
+          },
+          {
+            "name": "bytecode.corpus.classes",
+            "value": 57,
+            "unit": "classes"
+          }
+        ]
       }
     ]
   }

Reply via email to