jpountz commented on PR #14353: URL: https://github.com/apache/lucene/pull/14353#issuecomment-2721296892
Maybe I spoke too soon, there seems to be a tiny speedup: ``` TaskQPS baseline StdDevQPS my_modified_version StdDev Pct diff p-value OrStopWords 33.22 (8.1%) 32.38 (8.4%) -2.5% ( -17% - 15%) 0.436 AndStopWords 31.39 (7.1%) 30.61 (8.0%) -2.5% ( -16% - 13%) 0.403 Or3Terms 167.25 (4.6%) 164.49 (5.1%) -1.6% ( -10% - 8%) 0.386 Or2Terms2StopWords 160.66 (4.6%) 158.63 (5.1%) -1.3% ( -10% - 8%) 0.508 And3Terms 172.11 (4.5%) 169.98 (5.5%) -1.2% ( -10% - 9%) 0.529 OrHighRare 276.96 (3.4%) 273.78 (4.8%) -1.1% ( -9% - 7%) 0.482 TermDTSort 504.48 (4.5%) 498.78 (2.2%) -1.1% ( -7% - 5%) 0.414 And2Terms2StopWords 162.45 (4.4%) 160.63 (5.1%) -1.1% ( -10% - 8%) 0.552 FilteredAndHighMed 131.89 (3.2%) 130.68 (3.0%) -0.9% ( -6% - 5%) 0.449 AndMedOrHighHigh 66.77 (1.1%) 66.25 (2.0%) -0.8% ( -3% - 2%) 0.225 FilteredOrStopWords 47.15 (1.9%) 46.85 (1.9%) -0.6% ( -4% - 3%) 0.395 CombinedOrHighMed 72.43 (1.9%) 72.11 (1.9%) -0.5% ( -4% - 3%) 0.544 OrMany 18.98 (4.5%) 18.90 (4.7%) -0.4% ( -9% - 9%) 0.809 FilteredOrHighHigh 68.36 (1.5%) 68.12 (1.7%) -0.4% ( -3% - 2%) 0.580 DismaxOrHighHigh 119.08 (1.6%) 118.76 (2.3%) -0.3% ( -4% - 3%) 0.728 AndHighMed 131.53 (1.0%) 131.23 (1.9%) -0.2% ( -3% - 2%) 0.695 TermTitleSort 142.85 (1.8%) 142.61 (1.9%) -0.2% ( -3% - 3%) 0.816 TermDayOfYearSort 700.35 (2.7%) 699.76 (2.5%) -0.1% ( -5% - 5%) 0.933 CombinedOrHighHigh 18.83 (1.8%) 18.82 (2.0%) -0.0% ( -3% - 3%) 0.952 FilteredAnd3Terms 190.17 (2.3%) 190.10 (1.7%) -0.0% ( -4% - 4%) 0.962 CombinedTerm 30.97 (1.8%) 30.97 (2.1%) -0.0% ( -3% - 3%) 0.980 FilteredAndStopWords 55.97 (1.7%) 55.98 (1.1%) 0.0% ( -2% - 2%) 0.971 Term 467.45 (2.5%) 467.58 (2.8%) 0.0% ( -5% - 5%) 0.979 DismaxTerm 548.26 (3.5%) 548.60 (2.3%) 0.1% ( -5% - 6%) 0.957 CountFilteredOrHighHigh 106.27 (1.0%) 106.35 (0.9%) 0.1% ( -1% - 1%) 0.820 OrHighHigh 53.31 (3.3%) 53.36 (3.9%) 0.1% ( -6% - 7%) 0.950 AndHighHigh 44.76 (1.2%) 44.81 (2.2%) 0.1% ( -3% - 3%) 0.867 FilteredAndHighHigh 70.50 (1.5%) 70.60 (0.9%) 0.2% ( -2% - 2%) 0.755 OrHighMed 200.31 (2.6%) 200.63 (3.2%) 0.2% ( -5% - 6%) 0.889 CountAndHighHigh 302.08 (1.9%) 302.58 (1.7%) 0.2% ( -3% - 3%) 0.813 PKLookup 282.14 (1.6%) 282.66 (2.2%) 0.2% ( -3% - 4%) 0.805 FilteredOr3Terms 164.11 (2.0%) 164.45 (1.6%) 0.2% ( -3% - 3%) 0.774 CountOrMany 29.53 (2.8%) 29.59 (2.2%) 0.2% ( -4% - 5%) 0.836 Phrase 15.27 (4.4%) 15.30 (4.9%) 0.2% ( -8% - 9%) 0.909 DismaxOrHighMed 172.63 (1.8%) 173.02 (1.8%) 0.2% ( -3% - 3%) 0.750 FilteredOrMany 17.46 (2.0%) 17.50 (1.6%) 0.2% ( -3% - 3%) 0.738 FilteredTerm 161.09 (1.5%) 161.50 (1.0%) 0.3% ( -2% - 2%) 0.621 FilteredOrHighMed 155.61 (1.4%) 156.02 (1.3%) 0.3% ( -2% - 2%) 0.614 CountFilteredOrHighMed 117.03 (0.8%) 117.35 (0.8%) 0.3% ( -1% - 1%) 0.379 TermMonthSort 3472.10 (3.6%) 3482.72 (3.7%) 0.3% ( -6% - 7%) 0.830 FilteredPhrase 32.86 (2.9%) 32.96 (1.5%) 0.3% ( -4% - 4%) 0.719 FilteredAnd2Terms2StopWords 201.16 (2.0%) 201.84 (1.2%) 0.3% ( -2% - 3%) 0.609 FilteredOr2Terms2StopWords 149.33 (1.7%) 149.85 (1.2%) 0.3% ( -2% - 3%) 0.549 CountAndHighMed 292.51 (2.4%) 293.57 (1.9%) 0.4% ( -3% - 4%) 0.673 CountFilteredOrMany 25.76 (1.7%) 25.88 (1.5%) 0.5% ( -2% - 3%) 0.464 CountOrHighHigh 296.42 (2.6%) 297.98 (1.6%) 0.5% ( -3% - 4%) 0.534 CombinedAndHighMed 56.10 (2.3%) 56.51 (2.3%) 0.7% ( -3% - 5%) 0.422 CountOrHighMed 360.82 (2.4%) 363.47 (2.0%) 0.7% ( -3% - 5%) 0.403 CombinedAndHighHigh 15.23 (2.5%) 15.36 (2.7%) 0.8% ( -4% - 6%) 0.428 AndHighOrMedMed 46.55 (2.4%) 47.00 (1.5%) 1.0% ( -2% - 4%) 0.210 CountFilteredPhrase 26.03 (3.1%) 26.29 (1.9%) 1.0% ( -3% - 6%) 0.315 CountPhrase 4.16 (2.9%) 4.20 (2.2%) 1.0% ( -4% - 6%) 0.325 Fuzzy2 75.06 (3.1%) 75.85 (3.2%) 1.1% ( -5% - 7%) 0.389 Fuzzy1 79.64 (3.1%) 80.65 (3.3%) 1.3% ( -4% - 7%) 0.307 Prefix3 135.38 (3.7%) 137.39 (3.7%) 1.5% ( -5% - 9%) 0.308 FilteredPrefix3 129.21 (3.8%) 131.25 (3.7%) 1.6% ( -5% - 9%) 0.284 Wildcard 76.48 (3.6%) 78.05 (2.4%) 2.0% ( -3% - 8%) 0.089 IntNRQ 293.71 (1.6%) 302.72 (2.4%) 3.1% ( 0% - 7%) 0.000 FilteredIntNRQ 287.75 (1.9%) 296.83 (2.5%) 3.2% ( -1% - 7%) 0.000 CountTerm 9235.75 (4.3%) 9593.62 (4.9%) 3.9% ( -5% - 13%) 0.032 ``` -- 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