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 be29d01c1e add Compiler Performance (customSmallerIsBetter) benchmark 
result for 167034dab7ed20d43d763520a40d916cac3fe648
be29d01c1e is described below

commit be29d01c1eb065d6de84a28b39068854bcea2d7f
Author: github-action-benchmark <[email protected]>
AuthorDate: Mon May 18 08:25:55 2026 +0000

    add Compiler Performance (customSmallerIsBetter) benchmark result for 
167034dab7ed20d43d763520a40d916cac3fe648
---
 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 62459e234e..6beaef4282 100644
--- a/dev/bench/perf/compiler/data.js
+++ b/dev/bench/perf/compiler/data.js
@@ -1,5 +1,5 @@
 window.BENCHMARK_DATA = {
-  "lastUpdate": 1779003829381,
+  "lastUpdate": 1779092755580,
   "repoUrl": "https://github.com/apache/groovy";,
   "entries": {
     "Compiler Performance": [
@@ -302,6 +302,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": "167034dab7ed20d43d763520a40d916cac3fe648",
+          "message": "minor refactor: improved consistency with other recent 
method signatures",
+          "timestamp": "2026-05-18T05:56:43Z",
+          "url": 
"https://github.com/apache/groovy/commit/167034dab7ed20d43d763520a40d916cac3fe648";
+        },
+        "date": 1779092754094,
+        "tool": "customSmallerIsBetter",
+        "benches": [
+          {
+            "name": "compile@current",
+            "value": 547.1233333333332,
+            "range": "±22.37",
+            "unit": "ms",
+            "extra": "current"
+          },
+          {
+            "name": "compile@groovy-3",
+            "value": 654.8066666666666,
+            "range": "±207.8",
+            "unit": "ms",
+            "extra": "3.0.25"
+          },
+          {
+            "name": "compile@groovy-4",
+            "value": 572.6033333333332,
+            "range": "±143.41",
+            "unit": "ms",
+            "extra": "4.0.32"
+          },
+          {
+            "name": "compile@groovy-5",
+            "value": 477.93,
+            "range": "±22.17",
+            "unit": "ms",
+            "extra": "5.0.6"
+          }
+        ]
       }
     ]
   }

Reply via email to