feat: hunspell benchmarks

This commit is contained in:
2026-07-04 22:38:58 +02:00
parent 5a65de21d9
commit a52e82933f
4 changed files with 718 additions and 1 deletions

View File

@@ -442,7 +442,7 @@ jmh {
tasks.named('jmh') {
group = 'verification'
description = 'Runs JMH benchmarks for the Radixor algorithmic core and Snowball comparison suite.'
description = 'Runs JMH benchmarks for the Radixor algorithmic core and external stemmer comparison suites.'
}
apply from: 'gradle/lucene-benchmarks.gradle'
@@ -518,6 +518,7 @@ javadoc {
apply from: 'gradle/snowball-benchmarks.gradle'
apply from: 'gradle/paicehusk-benchmarks.gradle'
apply from: 'gradle/opennlp-benchmarks.gradle'
apply from: 'gradle/hunspell-benchmarks.gradle'
gradle.taskGraph.whenReady { taskGraph ->
def banner = """