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

commit bd8ea02d1b4e1cced26adc92ebf1ba99bbb913ef
Author: github-action-benchmark <[email protected]>
AuthorDate: Fri Jul 10 08:03:56 2026 +0000

    add Dispatch Metrics (customSmallerIsBetter) benchmark result for 
aa30a6906577f66a707a6522ca67d7a233117b80
---
 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 44da2f4318..c41fd7c87f 100644
--- a/dev/bench/perf/dispatch/data.js
+++ b/dev/bench/perf/dispatch/data.js
@@ -1,5 +1,5 @@
 window.BENCHMARK_DATA = {
-  "lastUpdate": 1783584237220,
+  "lastUpdate": 1783670636066,
   "repoUrl": "https://github.com/apache/groovy";,
   "entries": {
     "Dispatch Metrics": [
@@ -262,6 +262,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": "aa30a6906577f66a707a6522ca67d7a233117b80",
+          "message": "Close per-test GroovyClassLoader in contracts 
BaseTestClass\n\nBaseTestClass created a GroovyClassLoader in @BeforeEach but 
never closed it,\nso every contracts test that extended it leaked a loader. Add 
an @AfterEach\nthat closes the loader, mirroring StubTestCase.",
+          "timestamp": "2026-07-09T03:36:46Z",
+          "url": 
"https://github.com/apache/groovy/commit/aa30a6906577f66a707a6522ca67d7a233117b80";
+        },
+        "date": 1783670635120,
+        "tool": "customSmallerIsBetter",
+        "benches": [
+          {
+            "name": "classes.loaded.total",
+            "value": 3957,
+            "unit": "classes"
+          },
+          {
+            "name": "classes.lambdaForms",
+            "value": 435,
+            "unit": "classes"
+          },
+          {
+            "name": "classes.hidden",
+            "value": 856,
+            "unit": "classes"
+          },
+          {
+            "name": "classes.groovyRuntime",
+            "value": 1485,
+            "unit": "classes"
+          },
+          {
+            "name": "bytecode.corpus.bytes",
+            "value": 194534,
+            "unit": "bytes"
+          },
+          {
+            "name": "bytecode.corpus.classes",
+            "value": 57,
+            "unit": "classes"
+          }
+        ]
       }
     ]
   }

Reply via email to