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 c107c7390f add Compiler Performance (customSmallerIsBetter) benchmark 
result for 42ce7e09611dd02d85d6d1e80e3c079a90100460
c107c7390f is described below

commit c107c7390ffb627335412e2cdc027b6de3f186ac
Author: github-action-benchmark <[email protected]>
AuthorDate: Mon May 25 08:21:48 2026 +0000

    add Compiler Performance (customSmallerIsBetter) benchmark result for 
42ce7e09611dd02d85d6d1e80e3c079a90100460
---
 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 e5be118a68..5f21975165 100644
--- a/dev/bench/perf/compiler/data.js
+++ b/dev/bench/perf/compiler/data.js
@@ -1,5 +1,5 @@
 window.BENCHMARK_DATA = {
-  "lastUpdate": 1779609144917,
+  "lastUpdate": 1779697308219,
   "repoUrl": "https://github.com/apache/groovy";,
   "entries": {
     "Compiler Performance": [
@@ -652,6 +652,56 @@ window.BENCHMARK_DATA = {
             "extra": "5.0.6"
           }
         ]
+      },
+      {
+        "commit": {
+          "author": {
+            "name": "Paul King",
+            "username": "paulk-asert",
+            "email": "[email protected]"
+          },
+          "committer": {
+            "name": "Paul King",
+            "username": "paulk-asert",
+            "email": "[email protected]"
+          },
+          "id": "42ce7e09611dd02d85d6d1e80e3c079a90100460",
+          "message": "GROOVY-12038: Graduate groovy-contracts from incubating 
to stable",
+          "timestamp": "2026-05-24T10:28:42Z",
+          "url": 
"https://github.com/apache/groovy/commit/42ce7e09611dd02d85d6d1e80e3c079a90100460";
+        },
+        "date": 1779697307512,
+        "tool": "customSmallerIsBetter",
+        "benches": [
+          {
+            "name": "compile@current",
+            "value": 529.9633333333334,
+            "range": "±24.96",
+            "unit": "ms",
+            "extra": "current"
+          },
+          {
+            "name": "compile@groovy-3",
+            "value": 640.1366666666667,
+            "range": "±215.83",
+            "unit": "ms",
+            "extra": "3.0.25"
+          },
+          {
+            "name": "compile@groovy-4",
+            "value": 567.4766666666667,
+            "range": "±145.39",
+            "unit": "ms",
+            "extra": "4.0.32"
+          },
+          {
+            "name": "compile@groovy-5",
+            "value": 473.4166666666667,
+            "range": "±22.01",
+            "unit": "ms",
+            "extra": "5.0.6"
+          }
+        ]
       }
     ]
   }

Reply via email to