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 8538008ebc re-enable daily JMH
8538008ebc is described below
commit 8538008ebc53ac353e45f7e39a1ac81088ceae2c
Author: Paul King <[email protected]>
AuthorDate: Sun May 10 06:02:52 2026 +1000
re-enable daily JMH
---
.github/workflows/groovy-jmh-daily.yml | 26 ++++++++++++--------------
1 file changed, 12 insertions(+), 14 deletions(-)
diff --git a/.github/workflows/groovy-jmh-daily.yml
b/.github/workflows/groovy-jmh-daily.yml
index acc25482ca..ad6cf36209 100644
--- a/.github/workflows/groovy-jmh-daily.yml
+++ b/.github/workflows/groovy-jmh-daily.yml
@@ -71,20 +71,18 @@ jobs:
run: ./gradlew perf:jmh -PbenchInclude=${{ matrix.pattern }} ${{
matrix.indyFlag }} -PjmhResultFormat=JSON
timeout-minutes: 60
- # 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@52576c92bccf6ac60c8223ec7eb2565637cae9ba
# v1.22.1
- # with:
- # tool: 'jmh'
- # output-file-path:
subprojects/performance/build/results/jmh/results.json
- # benchmark-data-dir-path: dev/bench/jmh/${{ matrix.suite }}/${{
matrix.indy }}
- # gh-pages-branch: gh-pages
- # auto-push: true
- # comment-always: true
- # alert-threshold: '120%'
- # fail-on-alert: false
- # github-token: ${{ secrets.GITHUB_TOKEN }}
+ - name: Publish to dashboard
+ uses:
benchmark-action/github-action-benchmark@52576c92bccf6ac60c8223ec7eb2565637cae9ba
# v1.22.1
+ with:
+ tool: 'jmh'
+ output-file-path:
subprojects/performance/build/results/jmh/results.json
+ benchmark-data-dir-path: dev/bench/jmh/${{ matrix.suite }}/${{
matrix.indy }}
+ gh-pages-branch: gh-pages
+ auto-push: true
+ comment-always: true
+ alert-threshold: '120%'
+ fail-on-alert: false
+ github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Upload reports-jmh-${{ matrix.suite }}-${{ matrix.indy }}
uses: actions/upload-artifact@v7