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 3a1b668a67 add Dispatch Metrics (customSmallerIsBetter) benchmark
result for 9d01e177d88d57516ce821531624eccd359af8b4
3a1b668a67 is described below
commit 3a1b668a67941eab990b9b304cb60d6614b0c313
Author: github-action-benchmark <[email protected]>
AuthorDate: Sat Jul 11 07:33:45 2026 +0000
add Dispatch Metrics (customSmallerIsBetter) benchmark result for
9d01e177d88d57516ce821531624eccd359af8b4
---
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 c41fd7c87f..867bec2326 100644
--- a/dev/bench/perf/dispatch/data.js
+++ b/dev/bench/perf/dispatch/data.js
@@ -1,5 +1,5 @@
window.BENCHMARK_DATA = {
- "lastUpdate": 1783670636066,
+ "lastUpdate": 1783755225377,
"repoUrl": "https://github.com/apache/groovy",
"entries": {
"Dispatch Metrics": [
@@ -314,6 +314,58 @@ window.BENCHMARK_DATA = {
"unit": "classes"
}
]
+ },
+ {
+ "commit": {
+ "author": {
+ "name": "Eric Milles",
+ "username": "eric-milles",
+ "email": "[email protected]"
+ },
+ "committer": {
+ "name": "Paul King",
+ "username": "paulk-asert",
+ "email": "[email protected]"
+ },
+ "id": "9d01e177d88d57516ce821531624eccd359af8b4",
+ "message": "GROOVY-12117: replace super trait search with more
complete helper stub",
+ "timestamp": "2026-07-08T15:42:17Z",
+ "url":
"https://github.com/apache/groovy/commit/9d01e177d88d57516ce821531624eccd359af8b4"
+ },
+ "date": 1783755224555,
+ "tool": "customSmallerIsBetter",
+ "benches": [
+ {
+ "name": "classes.loaded.total",
+ "value": 3961,
+ "unit": "classes"
+ },
+ {
+ "name": "classes.lambdaForms",
+ "value": 435,
+ "unit": "classes"
+ },
+ {
+ "name": "classes.hidden",
+ "value": 857,
+ "unit": "classes"
+ },
+ {
+ "name": "classes.groovyRuntime",
+ "value": 1486,
+ "unit": "classes"
+ },
+ {
+ "name": "bytecode.corpus.bytes",
+ "value": 194534,
+ "unit": "bytes"
+ },
+ {
+ "name": "bytecode.corpus.classes",
+ "value": 57,
+ "unit": "classes"
+ }
+ ]
}
]
}