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 929264e40b add Dispatch Metrics (customSmallerIsBetter) benchmark
result for aa30a6906577f66a707a6522ca67d7a233117b80
929264e40b is described below
commit 929264e40bb9547399981dd270440362c33c9ff4
Author: github-action-benchmark <[email protected]>
AuthorDate: Thu Jul 9 08:03:57 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 7b3f12b72c..44da2f4318 100644
--- a/dev/bench/perf/dispatch/data.js
+++ b/dev/bench/perf/dispatch/data.js
@@ -1,5 +1,5 @@
window.BENCHMARK_DATA = {
- "lastUpdate": 1783496333627,
+ "lastUpdate": 1783584237220,
"repoUrl": "https://github.com/apache/groovy",
"entries": {
"Dispatch Metrics": [
@@ -210,6 +210,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": 1783584236063,
+ "tool": "customSmallerIsBetter",
+ "benches": [
+ {
+ "name": "classes.loaded.total",
+ "value": 3960,
+ "unit": "classes"
+ },
+ {
+ "name": "classes.lambdaForms",
+ "value": 438,
+ "unit": "classes"
+ },
+ {
+ "name": "classes.hidden",
+ "value": 859,
+ "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"
+ }
+ ]
}
]
}