Skip to content

Commit 2ddeb28

Browse files
committed
minor refactor: run jmh tests also daily (prep work)
1 parent 7fb605f commit 2ddeb28

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/groovy-jmh-classic.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
# fi
6969
#
7070
# - name: Compare against history
71-
# uses: benchmark-action/github-action-benchmark@a60cea5bc7b49e15c1f58f411161f99e0df48372 # v1.22.0
71+
# uses: benchmark-action/github-action-benchmark@52576c92bccf6ac60c8223ec7eb2565637cae9ba # v1.22.1
7272
# with:
7373
# tool: 'jmh'
7474
# output-file-path: subprojects/performance/build/results/jmh/results-${{ matrix.suite }}.json

.github/workflows/groovy-jmh-daily.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
# Temporarily disabled pending ASF approval of the benchmark-action/github-action-benchmark third-party action.
7575
# Re-enable by uncommenting the step below once the action is on the approved list.
7676
# - name: Publish to dashboard
77-
# uses: benchmark-action/github-action-benchmark@a60cea5bc7b49e15c1f58f411161f99e0df48372 # v1.22.0
77+
# uses: benchmark-action/github-action-benchmark@52576c92bccf6ac60c8223ec7eb2565637cae9ba # v1.22.1
7878
# with:
7979
# tool: 'jmh'
8080
# output-file-path: subprojects/performance/build/results/jmh/results.json

.github/workflows/groovy-jmh.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
# fi
6969
#
7070
# - name: Compare against history
71-
# uses: benchmark-action/github-action-benchmark@a60cea5bc7b49e15c1f58f411161f99e0df48372 # v1.22.0
71+
# uses: benchmark-action/github-action-benchmark@52576c92bccf6ac60c8223ec7eb2565637cae9ba # v1.22.1
7272
# with:
7373
# tool: 'jmh'
7474
# output-file-path: subprojects/performance/build/results/jmh/results-${{ matrix.suite }}.json

0 commit comments

Comments
 (0)