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 1f364ac1d3 add Compiler Performance (customSmallerIsBetter) benchmark 
result for 7bfdeea2361c3b02488d381b7b5dd867db0787bf
1f364ac1d3 is described below

commit 1f364ac1d318a97513be240d315e733207c41bf0
Author: github-action-benchmark <[email protected]>
AuthorDate: Sun May 31 08:04:37 2026 +0000

    add Compiler Performance (customSmallerIsBetter) benchmark result for 
7bfdeea2361c3b02488d381b7b5dd867db0787bf
---
 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 8121d6b63b..23f2a339cd 100644
--- a/dev/bench/perf/compiler/data.js
+++ b/dev/bench/perf/compiler/data.js
@@ -1,5 +1,5 @@
 window.BENCHMARK_DATA = {
-  "lastUpdate": 1780127203410,
+  "lastUpdate": 1780214677296,
   "repoUrl": "https://github.com/apache/groovy";,
   "entries": {
     "Compiler Performance": [
@@ -952,6 +952,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": "7bfdeea2361c3b02488d381b7b5dd867db0787bf",
+          "message": "Trivial refactor: use pattern variable instead",
+          "timestamp": "2026-05-31T06:53:43Z",
+          "url": 
"https://github.com/apache/groovy/commit/7bfdeea2361c3b02488d381b7b5dd867db0787bf";
+        },
+        "date": 1780214676515,
+        "tool": "customSmallerIsBetter",
+        "benches": [
+          {
+            "name": "compile@current",
+            "value": 543.3666666666666,
+            "range": "±22.35",
+            "unit": "ms",
+            "extra": "current"
+          },
+          {
+            "name": "compile@groovy-3",
+            "value": 653.5033333333333,
+            "range": "±222.27",
+            "unit": "ms",
+            "extra": "3.0.25"
+          },
+          {
+            "name": "compile@groovy-4",
+            "value": 566.0933333333334,
+            "range": "±144.22",
+            "unit": "ms",
+            "extra": "4.0.32"
+          },
+          {
+            "name": "compile@groovy-5",
+            "value": 475.8500000000001,
+            "range": "±26.31",
+            "unit": "ms",
+            "extra": "5.0.6"
+          }
+        ]
       }
     ]
   }

Reply via email to