jpountz commented on PR #12564: URL: https://github.com/apache/lucene/pull/12564#issuecomment-1722938506
This gives a major speedup in wikibigall: ``` TaskQPS baseline StdDevQPS my_modified_version StdDev Pct diff p-value IntNRQ 99.08 (24.9%) 95.28 (23.0%) -3.8% ( -41% - 58%) 0.613 Prefix3 100.31 (6.1%) 97.25 (5.6%) -3.1% ( -13% - 9%) 0.099 OrHighMed 203.80 (3.6%) 202.88 (4.3%) -0.4% ( -8% - 7%) 0.719 OrHighLow 557.93 (2.1%) 555.86 (2.9%) -0.4% ( -5% - 4%) 0.645 OrHighHigh 59.42 (6.0%) 59.26 (6.5%) -0.3% ( -12% - 12%) 0.891 LowSloppyPhrase 8.83 (3.2%) 8.82 (3.6%) -0.1% ( -6% - 6%) 0.950 Wildcard 56.46 (3.9%) 56.46 (3.6%) 0.0% ( -7% - 7%) 0.995 HighSloppyPhrase 3.99 (5.1%) 3.99 (5.7%) 0.2% ( -10% - 11%) 0.914 HighTermDayOfYearSort 242.09 (1.1%) 242.95 (1.7%) 0.4% ( -2% - 3%) 0.418 Fuzzy2 66.47 (1.3%) 66.71 (1.4%) 0.4% ( -2% - 3%) 0.389 MedSloppyPhrase 36.95 (3.8%) 37.09 (4.7%) 0.4% ( -7% - 9%) 0.779 Respell 79.59 (1.9%) 79.98 (1.6%) 0.5% ( -2% - 4%) 0.373 Fuzzy1 127.29 (1.4%) 127.94 (1.7%) 0.5% ( -2% - 3%) 0.295 HighTermMonthSort 4551.80 (2.9%) 4597.18 (3.5%) 1.0% ( -5% - 7%) 0.331 MedSpanNear 9.42 (1.6%) 9.52 (2.0%) 1.0% ( -2% - 4%) 0.084 HighPhrase 54.12 (4.8%) 54.71 (2.4%) 1.1% ( -5% - 8%) 0.367 LowSpanNear 9.92 (1.4%) 10.03 (1.8%) 1.1% ( -1% - 4%) 0.024 HighSpanNear 2.16 (1.7%) 2.19 (2.4%) 1.3% ( -2% - 5%) 0.054 LowPhrase 22.49 (5.0%) 22.78 (2.7%) 1.3% ( -6% - 9%) 0.312 MedPhrase 32.73 (5.0%) 33.17 (2.5%) 1.3% ( -5% - 9%) 0.289 PKLookup 220.90 (1.9%) 225.32 (1.7%) 2.0% ( -1% - 5%) 0.000 MedTerm 601.83 (6.6%) 615.91 (5.5%) 2.3% ( -9% - 15%) 0.222 HighTerm 383.20 (7.3%) 392.38 (6.4%) 2.4% ( -10% - 17%) 0.271 LowTerm 1007.56 (4.9%) 1040.05 (4.8%) 3.2% ( -6% - 13%) 0.036 AndHighLow 657.37 (2.4%) 790.88 (3.7%) 20.3% ( 13% - 27%) 0.000 AndHighHigh 31.61 (5.9%) 48.22 (7.8%) 52.5% ( 36% - 70%) 0.000 AndHighMed 133.18 (4.1%) 210.70 (4.9%) 58.2% ( 47% - 70%) 0.000 ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org