fix: workflow/benchmark/jmh exceeded the maximum execution time of 30m

This commit is contained in:
2026-07-03 20:03:58 +02:00
parent 3ce9cbc84f
commit 5a65de21d9
2 changed files with 2 additions and 2 deletions

View File

@@ -56,7 +56,7 @@ jobs:
test -f gradle/verification-metadata.xml test -f gradle/verification-metadata.xml
- name: Run JMH benchmarks - name: Run JMH benchmarks
run: ./gradlew clean jmh -Pjmh.includes='.*StemmerComparisonBenchmark.*' --no-daemon run: ./gradlew clean jmh -Pjmh.includes='.*EnglishStemmerComparisonBenchmark.*' --no-daemon
- name: Upload JMH reports - name: Upload JMH reports
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v4

View File

@@ -70,7 +70,7 @@ jobs:
test -f gradle/verification-metadata.xml test -f gradle/verification-metadata.xml
- name: Build reports for publication - name: Build reports for publication
run: ./gradlew --no-daemon clean ciRelease pmdMain javadoc jacocoCiReleaseReport pitest jmh -Pjmh.includes='.*StemmerComparisonBenchmark.*' cyclonedxBom run: ./gradlew --no-daemon clean ciRelease pmdMain javadoc jacocoCiReleaseReport pitest jmh -Pjmh.includes='.*EnglishStemmerComparisonBenchmark.*' cyclonedxBom
- name: Prepare gh-pages worktree - name: Prepare gh-pages worktree
shell: bash shell: bash