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

@@ -70,7 +70,7 @@ jobs:
test -f gradle/verification-metadata.xml
- 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
shell: bash