This is an automated email from the ASF dual-hosted git repository.

paulk-asert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/groovy.git


The following commit(s) were added to refs/heads/master by this push:
     new 2ddeb28834 minor refactor: run jmh tests also daily (prep work)
2ddeb28834 is described below

commit 2ddeb28834014acfcc1c4811a011f204ceab90f1
Author: Paul King <[email protected]>
AuthorDate: Wed May 6 23:54:52 2026 +1000

    minor refactor: run jmh tests also daily (prep work)
---
 .github/workflows/groovy-jmh-classic.yml | 2 +-
 .github/workflows/groovy-jmh-daily.yml   | 2 +-
 .github/workflows/groovy-jmh.yml         | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/groovy-jmh-classic.yml 
b/.github/workflows/groovy-jmh-classic.yml
index ff351593b8..ecb44f2100 100644
--- a/.github/workflows/groovy-jmh-classic.yml
+++ b/.github/workflows/groovy-jmh-classic.yml
@@ -68,7 +68,7 @@ jobs:
       #     fi
       #
       # - name: Compare against history
-      #   uses: 
benchmark-action/github-action-benchmark@a60cea5bc7b49e15c1f58f411161f99e0df48372
 # v1.22.0
+      #   uses: 
benchmark-action/github-action-benchmark@52576c92bccf6ac60c8223ec7eb2565637cae9ba
 # v1.22.1
       #   with:
       #     tool: 'jmh'
       #     output-file-path: 
subprojects/performance/build/results/jmh/results-${{ matrix.suite }}.json
diff --git a/.github/workflows/groovy-jmh-daily.yml 
b/.github/workflows/groovy-jmh-daily.yml
index eea1214b49..acc25482ca 100644
--- a/.github/workflows/groovy-jmh-daily.yml
+++ b/.github/workflows/groovy-jmh-daily.yml
@@ -74,7 +74,7 @@ jobs:
       # Temporarily disabled pending ASF approval of the 
benchmark-action/github-action-benchmark third-party action.
       # Re-enable by uncommenting the step below once the action is on the 
approved list.
       # - name: Publish to dashboard
-      #   uses: 
benchmark-action/github-action-benchmark@a60cea5bc7b49e15c1f58f411161f99e0df48372
 # v1.22.0
+      #   uses: 
benchmark-action/github-action-benchmark@52576c92bccf6ac60c8223ec7eb2565637cae9ba
 # v1.22.1
       #   with:
       #     tool: 'jmh'
       #     output-file-path: 
subprojects/performance/build/results/jmh/results.json
diff --git a/.github/workflows/groovy-jmh.yml b/.github/workflows/groovy-jmh.yml
index 597e9cff26..9089d822ec 100644
--- a/.github/workflows/groovy-jmh.yml
+++ b/.github/workflows/groovy-jmh.yml
@@ -68,7 +68,7 @@ jobs:
       #     fi
       #
       # - name: Compare against history
-      #   uses: 
benchmark-action/github-action-benchmark@a60cea5bc7b49e15c1f58f411161f99e0df48372
 # v1.22.0
+      #   uses: 
benchmark-action/github-action-benchmark@52576c92bccf6ac60c8223ec7eb2565637cae9ba
 # v1.22.1
       #   with:
       #     tool: 'jmh'
       #     output-file-path: 
subprojects/performance/build/results/jmh/results-${{ matrix.suite }}.json

Reply via email to