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 04e5e44c06 add Compiler Performance (customSmallerIsBetter) benchmark 
result for 9c4df0d6b513ac411bab14fd712b91c158471cc8
04e5e44c06 is described below

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

    add Compiler Performance (customSmallerIsBetter) benchmark result for 
9c4df0d6b513ac411bab14fd712b91c158471cc8
---
 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 02850b0608..2526faa5ad 100644
--- a/dev/bench/perf/compiler/data.js
+++ b/dev/bench/perf/compiler/data.js
@@ -1,5 +1,5 @@
 window.BENCHMARK_DATA = {
-  "lastUpdate": 1788677879361,
+  "lastUpdate": 1788765548235,
   "repoUrl": "https://github.com/apache/groovy";,
   "entries": {
     "Compiler Performance": [
@@ -5802,6 +5802,56 @@ window.BENCHMARK_DATA = {
             "extra": "5.1.0"
           }
         ]
+      },
+      {
+        "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": 1788765545493,
+        "tool": "customSmallerIsBetter",
+        "benches": [
+          {
+            "name": "compile@current",
+            "value": 543.5,
+            "range": "±16.67",
+            "unit": "ms",
+            "extra": "current"
+          },
+          {
+            "name": "compile@groovy-3",
+            "value": 650.0933333333334,
+            "range": "±209.89",
+            "unit": "ms",
+            "extra": "3.0.25"
+          },
+          {
+            "name": "compile@groovy-4",
+            "value": 556.6866666666667,
+            "range": "±136.74",
+            "unit": "ms",
+            "extra": "4.0.33"
+          },
+          {
+            "name": "compile@groovy-5",
+            "value": 473.45333333333326,
+            "range": "±24",
+            "unit": "ms",
+            "extra": "5.1.0"
+          }
+        ]
       }
     ]
   }

Reply via email to