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 71d569e1a4 add Dispatch Metrics (customSmallerIsBetter) benchmark 
result for 2d5770407c6450a65f6d57876e66e2afea64a483
71d569e1a4 is described below

commit 71d569e1a4bcb0d4ba5a435b6425ad1a6620ebdb
Author: github-action-benchmark <[email protected]>
AuthorDate: Fri Jul 17 07:42:48 2026 +0000

    add Dispatch Metrics (customSmallerIsBetter) benchmark result for 
2d5770407c6450a65f6d57876e66e2afea64a483
---
 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 efc26c2114..4905aaceb0 100644
--- a/dev/bench/perf/dispatch/data.js
+++ b/dev/bench/perf/dispatch/data.js
@@ -1,5 +1,5 @@
 window.BENCHMARK_DATA = {
-  "lastUpdate": 1784187452504,
+  "lastUpdate": 1784274168890,
   "repoUrl": "https://github.com/apache/groovy";,
   "entries": {
     "Dispatch Metrics": [
@@ -626,6 +626,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": "2d5770407c6450a65f6d57876e66e2afea64a483",
+          "message": "GROOVY-12168: Improve exception handling consistency for 
numbers during JSON parsing (additional tweaks)",
+          "timestamp": "2026-07-16T23:44:41Z",
+          "url": 
"https://github.com/apache/groovy/commit/2d5770407c6450a65f6d57876e66e2afea64a483";
+        },
+        "date": 1784274168147,
+        "tool": "customSmallerIsBetter",
+        "benches": [
+          {
+            "name": "classes.loaded.total",
+            "value": 3998,
+            "unit": "classes"
+          },
+          {
+            "name": "classes.lambdaForms",
+            "value": 469,
+            "unit": "classes"
+          },
+          {
+            "name": "classes.hidden",
+            "value": 892,
+            "unit": "classes"
+          },
+          {
+            "name": "classes.groovyRuntime",
+            "value": 1489,
+            "unit": "classes"
+          },
+          {
+            "name": "bytecode.corpus.bytes",
+            "value": 194226,
+            "unit": "bytes"
+          },
+          {
+            "name": "bytecode.corpus.classes",
+            "value": 57,
+            "unit": "classes"
+          }
+        ]
       }
     ]
   }

Reply via email to