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 3bbc413c6c add Compiler Performance (customSmallerIsBetter) benchmark 
result for cb27031d8e432f868d54b19ac290d0e61769c78e
3bbc413c6c is described below

commit 3bbc413c6cb4288f5cfebe7ea1359fc8c2c85804
Author: github-action-benchmark <[email protected]>
AuthorDate: Mon Jul 20 07:51:52 2026 +0000

    add Compiler Performance (customSmallerIsBetter) benchmark result for 
cb27031d8e432f868d54b19ac290d0e61769c78e
---
 dev/bench/perf/compiler/data.js | 52 ++++++++++++++++++++++++++++++++++++++++-
 1 file changed, 51 insertions(+), 1 deletion(-)

diff --git a/dev/bench/perf/compiler/data.js b/dev/bench/perf/compiler/data.js
index a48004730b..b0b3ee6234 100644
--- a/dev/bench/perf/compiler/data.js
+++ b/dev/bench/perf/compiler/data.js
@@ -1,5 +1,5 @@
 window.BENCHMARK_DATA = {
-  "lastUpdate": 1784446468503,
+  "lastUpdate": 1784533912273,
   "repoUrl": "https://github.com/apache/groovy";,
   "entries": {
     "Compiler Performance": [
@@ -3352,6 +3352,56 @@ window.BENCHMARK_DATA = {
             "extra": "5.0.6"
           }
         ]
+      },
+      {
+        "commit": {
+          "author": {
+            "name": "Daniel Sun",
+            "username": "daniellansun",
+            "email": "[email protected]"
+          },
+          "committer": {
+            "name": "Daniel Sun",
+            "username": "daniellansun",
+            "email": "[email protected]"
+          },
+          "id": "cb27031d8e432f868d54b19ac290d0e61769c78e",
+          "message": "GROOVY-12180: Bump antlr to 4.13.2.9",
+          "timestamp": "2026-07-19T08:53:23Z",
+          "url": 
"https://github.com/apache/groovy/commit/cb27031d8e432f868d54b19ac290d0e61769c78e";
+        },
+        "date": 1784533909282,
+        "tool": "customSmallerIsBetter",
+        "benches": [
+          {
+            "name": "compile@current",
+            "value": 441.25333333333333,
+            "range": "±21.68",
+            "unit": "ms",
+            "extra": "current"
+          },
+          {
+            "name": "compile@groovy-3",
+            "value": 535.5133333333333,
+            "range": "±185.49",
+            "unit": "ms",
+            "extra": "3.0.25"
+          },
+          {
+            "name": "compile@groovy-4",
+            "value": 484.9333333333333,
+            "range": "±127.32",
+            "unit": "ms",
+            "extra": "4.0.32"
+          },
+          {
+            "name": "compile@groovy-5",
+            "value": 402.9633333333333,
+            "range": "±19.37",
+            "unit": "ms",
+            "extra": "5.0.6"
+          }
+        ]
       }
     ]
   }

Reply via email to