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 6c1d92806f add Dispatch Metrics (customSmallerIsBetter) benchmark
result for c76e8dc8df30e569789792a250280a447b25bb69
6c1d92806f is described below
commit 6c1d92806faedf45bb28428f92d4335f31e4a776
Author: github-action-benchmark <[email protected]>
AuthorDate: Sat Jul 18 07:23:36 2026 +0000
add Dispatch Metrics (customSmallerIsBetter) benchmark result for
c76e8dc8df30e569789792a250280a447b25bb69
---
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 4905aaceb0..0541232ec4 100644
--- a/dev/bench/perf/dispatch/data.js
+++ b/dev/bench/perf/dispatch/data.js
@@ -1,5 +1,5 @@
window.BENCHMARK_DATA = {
- "lastUpdate": 1784274168890,
+ "lastUpdate": 1784359416253,
"repoUrl": "https://github.com/apache/groovy",
"entries": {
"Dispatch Metrics": [
@@ -678,6 +678,58 @@ window.BENCHMARK_DATA = {
"unit": "classes"
}
]
+ },
+ {
+ "commit": {
+ "author": {
+ "name": "Daniel Sun",
+ "username": "daniellansun",
+ "email": "[email protected]"
+ },
+ "committer": {
+ "name": "GitHub",
+ "username": "web-flow",
+ "email": "[email protected]"
+ },
+ "id": "c76e8dc8df30e569789792a250280a447b25bb69",
+ "message": "GROOVY-12171: Improve GString syntax error when '$' is
not followed by a valid interpolation (#2719)",
+ "timestamp": "2026-07-18T06:39:36Z",
+ "url":
"https://github.com/apache/groovy/commit/c76e8dc8df30e569789792a250280a447b25bb69"
+ },
+ "date": 1784359415049,
+ "tool": "customSmallerIsBetter",
+ "benches": [
+ {
+ "name": "classes.loaded.total",
+ "value": 3997,
+ "unit": "classes"
+ },
+ {
+ "name": "classes.lambdaForms",
+ "value": 465,
+ "unit": "classes"
+ },
+ {
+ "name": "classes.hidden",
+ "value": 888,
+ "unit": "classes"
+ },
+ {
+ "name": "classes.groovyRuntime",
+ "value": 1491,
+ "unit": "classes"
+ },
+ {
+ "name": "bytecode.corpus.bytes",
+ "value": 194226,
+ "unit": "bytes"
+ },
+ {
+ "name": "bytecode.corpus.classes",
+ "value": 57,
+ "unit": "classes"
+ }
+ ]
}
]
}