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 6d40a65475 add Compiler Performance (customSmallerIsBetter) benchmark 
result for 6f24829c9038c9539426fc998420f481cde68ec9
6d40a65475 is described below

commit 6d40a6547515351d46e7efbd8bbf0ae6654be42b
Author: github-action-benchmark <[email protected]>
AuthorDate: Wed May 20 08:08:18 2026 +0000

    add Compiler Performance (customSmallerIsBetter) benchmark result for 
6f24829c9038c9539426fc998420f481cde68ec9
---
 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 014ec5e1bf..cf972de972 100644
--- a/dev/bench/perf/compiler/data.js
+++ b/dev/bench/perf/compiler/data.js
@@ -1,5 +1,5 @@
 window.BENCHMARK_DATA = {
-  "lastUpdate": 1779179813554,
+  "lastUpdate": 1779264498327,
   "repoUrl": "https://github.com/apache/groovy";,
   "entries": {
     "Compiler Performance": [
@@ -402,6 +402,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": "6f24829c9038c9539426fc998420f481cde68ec9",
+          "message": "minor refactor: mention spec vs mainline tests in skills 
file",
+          "timestamp": "2026-05-19T05:31:24Z",
+          "url": 
"https://github.com/apache/groovy/commit/6f24829c9038c9539426fc998420f481cde68ec9";
+        },
+        "date": 1779264497249,
+        "tool": "customSmallerIsBetter",
+        "benches": [
+          {
+            "name": "compile@current",
+            "value": 565.8599999999999,
+            "range": "±26.45",
+            "unit": "ms",
+            "extra": "current"
+          },
+          {
+            "name": "compile@groovy-3",
+            "value": 641.71,
+            "range": "±224.37",
+            "unit": "ms",
+            "extra": "3.0.25"
+          },
+          {
+            "name": "compile@groovy-4",
+            "value": 581.2233333333334,
+            "range": "±153.06",
+            "unit": "ms",
+            "extra": "4.0.32"
+          },
+          {
+            "name": "compile@groovy-5",
+            "value": 484.90666666666664,
+            "range": "±25.91",
+            "unit": "ms",
+            "extra": "5.0.6"
+          }
+        ]
       }
     ]
   }

Reply via email to