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 953a5d8028 add Compiler Performance (customSmallerIsBetter) benchmark 
result for 9d01e177d88d57516ce821531624eccd359af8b4
953a5d8028 is described below

commit 953a5d8028a901f2621949aa59d7ff8aa64b5ee8
Author: github-action-benchmark <[email protected]>
AuthorDate: Sat Jul 11 07:33:33 2026 +0000

    add Compiler Performance (customSmallerIsBetter) benchmark result for 
9d01e177d88d57516ce821531624eccd359af8b4
---
 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 b092b6d733..4a1b12e1d9 100644
--- a/dev/bench/perf/compiler/data.js
+++ b/dev/bench/perf/compiler/data.js
@@ -1,5 +1,5 @@
 window.BENCHMARK_DATA = {
-  "lastUpdate": 1783670621145,
+  "lastUpdate": 1783755213112,
   "repoUrl": "https://github.com/apache/groovy";,
   "entries": {
     "Compiler Performance": [
@@ -2902,6 +2902,56 @@ window.BENCHMARK_DATA = {
             "extra": "5.0.6"
           }
         ]
+      },
+      {
+        "commit": {
+          "author": {
+            "name": "Eric Milles",
+            "username": "eric-milles",
+            "email": "[email protected]"
+          },
+          "committer": {
+            "name": "Paul King",
+            "username": "paulk-asert",
+            "email": "[email protected]"
+          },
+          "id": "9d01e177d88d57516ce821531624eccd359af8b4",
+          "message": "GROOVY-12117: replace super trait search with more 
complete helper stub",
+          "timestamp": "2026-07-08T15:42:17Z",
+          "url": 
"https://github.com/apache/groovy/commit/9d01e177d88d57516ce821531624eccd359af8b4";
+        },
+        "date": 1783755211776,
+        "tool": "customSmallerIsBetter",
+        "benches": [
+          {
+            "name": "compile@current",
+            "value": 549.2466666666667,
+            "range": "±22.83",
+            "unit": "ms",
+            "extra": "current"
+          },
+          {
+            "name": "compile@groovy-3",
+            "value": 628.89,
+            "range": "±213.5",
+            "unit": "ms",
+            "extra": "3.0.25"
+          },
+          {
+            "name": "compile@groovy-4",
+            "value": 575.0133333333333,
+            "range": "±147.21",
+            "unit": "ms",
+            "extra": "4.0.32"
+          },
+          {
+            "name": "compile@groovy-5",
+            "value": 468.6000000000001,
+            "range": "±24.12",
+            "unit": "ms",
+            "extra": "5.0.6"
+          }
+        ]
       }
     ]
   }

Reply via email to