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 a78356aa37 add Compiler Performance (customSmallerIsBetter) benchmark 
result for 00d067fc3bce66a53adf6f6f9c9e00e0f48a7cde
a78356aa37 is described below

commit a78356aa3714ad89e685b48ac84bf35836780162
Author: github-action-benchmark <[email protected]>
AuthorDate: Wed Jul 15 07:38:10 2026 +0000

    add Compiler Performance (customSmallerIsBetter) benchmark result for 
00d067fc3bce66a53adf6f6f9c9e00e0f48a7cde
---
 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 5466eeca1a..d8da74a6cb 100644
--- a/dev/bench/perf/compiler/data.js
+++ b/dev/bench/perf/compiler/data.js
@@ -1,5 +1,5 @@
 window.BENCHMARK_DATA = {
-  "lastUpdate": 1784014478118,
+  "lastUpdate": 1784101090875,
   "repoUrl": "https://github.com/apache/groovy";,
   "entries": {
     "Compiler Performance": [
@@ -3102,6 +3102,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": "00d067fc3bce66a53adf6f6f9c9e00e0f48a7cde",
+          "message": "GROOVY-12165: note the call override cache's intended 
end-state (GEP-27)",
+          "timestamp": "2026-07-15T03:22:11Z",
+          "url": 
"https://github.com/apache/groovy/commit/00d067fc3bce66a53adf6f6f9c9e00e0f48a7cde";
+        },
+        "date": 1784101087965,
+        "tool": "customSmallerIsBetter",
+        "benches": [
+          {
+            "name": "compile@current",
+            "value": 470.18666666666667,
+            "range": "±19.55",
+            "unit": "ms",
+            "extra": "current"
+          },
+          {
+            "name": "compile@groovy-3",
+            "value": 592.32,
+            "range": "±202.65",
+            "unit": "ms",
+            "extra": "3.0.25"
+          },
+          {
+            "name": "compile@groovy-4",
+            "value": 512.9300000000001,
+            "range": "±134.1",
+            "unit": "ms",
+            "extra": "4.0.32"
+          },
+          {
+            "name": "compile@groovy-5",
+            "value": 429.8999999999999,
+            "range": "±20.33",
+            "unit": "ms",
+            "extra": "5.0.6"
+          }
+        ]
       }
     ]
   }

Reply via email to