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 ff28512c1a add Dispatch Metrics (customSmallerIsBetter) benchmark 
result for 00d067fc3bce66a53adf6f6f9c9e00e0f48a7cde
ff28512c1a is described below

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

    add Dispatch Metrics (customSmallerIsBetter) benchmark result for 
00d067fc3bce66a53adf6f6f9c9e00e0f48a7cde
---
 dev/bench/perf/dispatch/data.js | 54 ++++++++++++++++++++++++++++++++++++++++-
 1 file changed, 53 insertions(+), 1 deletion(-)

diff --git a/dev/bench/perf/dispatch/data.js b/dev/bench/perf/dispatch/data.js
index 601627cf26..8267f87647 100644
--- a/dev/bench/perf/dispatch/data.js
+++ b/dev/bench/perf/dispatch/data.js
@@ -1,5 +1,5 @@
 window.BENCHMARK_DATA = {
-  "lastUpdate": 1784014493205,
+  "lastUpdate": 1784101105833,
   "repoUrl": "https://github.com/apache/groovy";,
   "entries": {
     "Dispatch Metrics": [
@@ -522,6 +522,58 @@ window.BENCHMARK_DATA = {
             "unit": "classes"
           }
         ]
+      },
+      {
+        "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": 1784101104672,
+        "tool": "customSmallerIsBetter",
+        "benches": [
+          {
+            "name": "classes.loaded.total",
+            "value": 3995,
+            "unit": "classes"
+          },
+          {
+            "name": "classes.lambdaForms",
+            "value": 465,
+            "unit": "classes"
+          },
+          {
+            "name": "classes.hidden",
+            "value": 888,
+            "unit": "classes"
+          },
+          {
+            "name": "classes.groovyRuntime",
+            "value": 1489,
+            "unit": "classes"
+          },
+          {
+            "name": "bytecode.corpus.bytes",
+            "value": 194506,
+            "unit": "bytes"
+          },
+          {
+            "name": "bytecode.corpus.classes",
+            "value": 57,
+            "unit": "classes"
+          }
+        ]
       }
     ]
   }

Reply via email to