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
- 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
uses: actions/upload-artifact@v4