jpountz commented on PR #14003: URL: https://github.com/apache/lucene/pull/14003#issuecomment-2488789866
The speedup is not as good, but still significant: ``` TaskQPS baseline StdDevQPS my_modified_version StdDev Pct diff p-value AndStopWords 31.33 (5.5%) 30.62 (5.9%) -2.2% ( -12% - 9%) 0.216 And2Terms2StopWords 164.04 (3.8%) 161.10 (3.6%) -1.8% ( -8% - 5%) 0.129 OrStopWords 33.34 (7.1%) 32.76 (8.3%) -1.7% ( -16% - 14%) 0.474 And3Terms 174.68 (3.9%) 171.99 (4.2%) -1.5% ( -9% - 6%) 0.228 Or2Terms2StopWords 162.06 (4.7%) 159.60 (5.3%) -1.5% ( -10% - 8%) 0.338 OrHighRare 278.63 (3.7%) 275.39 (4.0%) -1.2% ( -8% - 6%) 0.344 OrMany 19.08 (4.5%) 18.86 (5.7%) -1.1% ( -10% - 9%) 0.483 Or3Terms 172.37 (4.8%) 170.51 (5.9%) -1.1% ( -11% - 10%) 0.526 FilteredAndHighMed 129.97 (3.0%) 128.60 (3.6%) -1.0% ( -7% - 5%) 0.318 FilteredAndHighHigh 64.21 (2.5%) 63.68 (3.3%) -0.8% ( -6% - 5%) 0.369 FilteredAnd3Terms 192.16 (2.3%) 190.77 (2.1%) -0.7% ( -5% - 3%) 0.308 AndHighMed 130.40 (2.0%) 129.51 (1.5%) -0.7% ( -4% - 2%) 0.220 FilteredAndStopWords 49.45 (3.2%) 49.24 (3.1%) -0.4% ( -6% - 6%) 0.666 FilteredTerm 158.98 (2.4%) 158.40 (3.4%) -0.4% ( -6% - 5%) 0.695 PKLookup 274.51 (3.6%) 273.65 (3.1%) -0.3% ( -6% - 6%) 0.766 AndHighHigh 44.52 (2.9%) 44.38 (1.6%) -0.3% ( -4% - 4%) 0.676 FilteredAnd2Terms2StopWords 198.23 (2.0%) 197.98 (2.2%) -0.1% ( -4% - 4%) 0.849 OrHighMed 191.66 (2.9%) 191.48 (2.6%) -0.1% ( -5% - 5%) 0.914 OrHighHigh 52.04 (3.1%) 52.01 (2.9%) -0.1% ( -5% - 6%) 0.947 FilteredPhrase 24.80 (3.5%) 24.82 (2.5%) 0.1% ( -5% - 6%) 0.916 FilteredOrHighMed 105.36 (2.5%) 114.50 (2.4%) 8.7% ( 3% - 13%) 0.000 FilteredOrHighHigh 47.31 (2.4%) 52.43 (2.1%) 10.8% ( 6% - 15%) 0.000 FilteredOr3Terms 131.07 (3.4%) 148.67 (2.8%) 13.4% ( 6% - 20%) 0.000 FilteredOrMany 8.66 (4.9%) 9.99 (4.2%) 15.3% ( 5% - 25%) 0.000 FilteredOr2Terms2StopWords 94.43 (2.7%) 109.06 (2.3%) 15.5% ( 10% - 21%) 0.000 FilteredOrStopWords 28.14 (2.5%) 33.43 (3.2%) 18.8% ( 12% - 25%) 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