jpountz commented on PR #14532: URL: https://github.com/apache/lucene/pull/14532#issuecomment-2826597720
I'm seeing a reproducible slowdown with this change: ``` TaskQPS baseline StdDevQPS my_modified_version StdDev Pct diff p-value TermDTSort 399.37 (2.2%) 367.70 (2.3%) -7.9% ( -12% - -3%) 0.000 TermTitleSort 87.74 (4.2%) 83.02 (5.5%) -5.4% ( -14% - 4%) 0.001 IntervalsOrdered 2.31 (2.0%) 2.27 (7.1%) -1.6% ( -10% - 7%) 0.324 CountPhrase 4.18 (2.2%) 4.13 (5.6%) -1.3% ( -8% - 6%) 0.345 PKLookup 315.43 (5.0%) 312.54 (6.4%) -0.9% ( -11% - 11%) 0.614 TermDayOfYearSort 286.52 (1.8%) 284.23 (1.7%) -0.8% ( -4% - 2%) 0.144 CombinedAndHighHigh 11.51 (3.4%) 11.44 (5.9%) -0.6% ( -9% - 8%) 0.690 CombinedAndHighMed 38.75 (3.1%) 38.52 (5.2%) -0.6% ( -8% - 7%) 0.663 Phrase 14.38 (1.5%) 14.30 (2.3%) -0.6% ( -4% - 3%) 0.363 FilteredPrefix3 151.34 (3.7%) 150.70 (3.9%) -0.4% ( -7% - 7%) 0.726 CountAndHighMed 308.56 (1.9%) 307.41 (1.5%) -0.4% ( -3% - 3%) 0.498 FilteredTerm 159.62 (2.2%) 159.03 (2.3%) -0.4% ( -4% - 4%) 0.606 Prefix3 159.86 (3.9%) 159.40 (4.1%) -0.3% ( -7% - 8%) 0.822 TermMonthSort 3191.33 (3.5%) 3186.61 (3.8%) -0.1% ( -7% - 7%) 0.899 FilteredIntNRQ 302.80 (1.2%) 302.51 (1.4%) -0.1% ( -2% - 2%) 0.819 CombinedTerm 30.71 (4.7%) 30.69 (4.7%) -0.1% ( -9% - 9%) 0.960 FilteredOr3Terms 165.78 (1.3%) 165.83 (1.6%) 0.0% ( -2% - 3%) 0.951 CountFilteredOrHighHigh 136.74 (1.0%) 136.79 (1.1%) 0.0% ( -1% - 2%) 0.906 CountAndHighHigh 358.72 (2.2%) 358.91 (2.5%) 0.1% ( -4% - 4%) 0.944 CountFilteredOrHighMed 148.20 (0.7%) 148.31 (0.8%) 0.1% ( -1% - 1%) 0.760 FilteredOrHighHigh 67.56 (1.6%) 67.61 (1.9%) 0.1% ( -3% - 3%) 0.891 FilteredOrHighMed 152.31 (1.0%) 152.49 (1.3%) 0.1% ( -2% - 2%) 0.755 DismaxTerm 477.31 (2.6%) 477.99 (2.5%) 0.1% ( -4% - 5%) 0.860 FilteredPhrase 33.05 (1.4%) 33.10 (1.7%) 0.1% ( -2% - 3%) 0.769 FilteredOr2Terms2StopWords 147.00 (1.2%) 147.26 (1.6%) 0.2% ( -2% - 2%) 0.688 FilteredOrStopWords 46.26 (2.0%) 46.34 (2.6%) 0.2% ( -4% - 4%) 0.799 Fuzzy1 99.78 (2.8%) 99.99 (3.3%) 0.2% ( -5% - 6%) 0.827 FilteredAndStopWords 45.41 (2.1%) 45.50 (2.8%) 0.2% ( -4% - 5%) 0.785 CombinedOrHighHigh 18.78 (2.9%) 18.82 (2.8%) 0.2% ( -5% - 6%) 0.813 IntNRQ 309.33 (1.1%) 310.04 (1.5%) 0.2% ( -2% - 2%) 0.580 FilteredAnd3Terms 178.96 (1.7%) 179.39 (2.0%) 0.2% ( -3% - 4%) 0.683 CountOrMany 30.46 (1.9%) 30.55 (2.4%) 0.3% ( -3% - 4%) 0.656 FilteredOrMany 16.44 (1.5%) 16.49 (2.4%) 0.3% ( -3% - 4%) 0.628 FilteredAnd2Terms2StopWords 177.94 (1.4%) 178.49 (1.6%) 0.3% ( -2% - 3%) 0.511 Fuzzy2 83.87 (2.4%) 84.14 (2.9%) 0.3% ( -4% - 5%) 0.704 CombinedOrHighMed 71.67 (2.8%) 71.90 (2.9%) 0.3% ( -5% - 6%) 0.719 CountFilteredOrMany 27.41 (1.8%) 27.51 (1.9%) 0.3% ( -3% - 4%) 0.558 Wildcard 91.57 (2.9%) 91.90 (2.9%) 0.4% ( -5% - 6%) 0.700 FilteredAndHighHigh 65.89 (1.9%) 66.13 (2.2%) 0.4% ( -3% - 4%) 0.566 AndHighMed 133.85 (2.6%) 134.37 (2.1%) 0.4% ( -4% - 5%) 0.608 CountOrHighHigh 346.70 (2.1%) 348.06 (2.3%) 0.4% ( -3% - 4%) 0.573 FilteredAndHighMed 125.52 (2.7%) 126.01 (2.7%) 0.4% ( -4% - 5%) 0.642 OrMany 18.95 (5.4%) 19.03 (4.8%) 0.5% ( -9% - 11%) 0.778 OrStopWords 32.30 (8.5%) 32.46 (8.0%) 0.5% ( -14% - 18%) 0.849 DismaxOrHighMed 167.23 (2.5%) 168.13 (1.9%) 0.5% ( -3% - 5%) 0.441 Or2Terms2StopWords 157.02 (5.4%) 157.89 (4.8%) 0.6% ( -9% - 11%) 0.733 CountOrHighMed 362.34 (2.1%) 364.49 (1.5%) 0.6% ( -2% - 4%) 0.307 CountTerm 8625.42 (3.3%) 8677.74 (4.8%) 0.6% ( -7% - 9%) 0.644 And3Terms 169.76 (4.2%) 170.82 (4.8%) 0.6% ( -8% - 10%) 0.663 AndMedOrHighHigh 65.46 (2.6%) 65.87 (2.6%) 0.6% ( -4% - 5%) 0.438 CountFilteredPhrase 25.48 (2.8%) 25.64 (2.4%) 0.6% ( -4% - 5%) 0.434 AndHighHigh 42.72 (2.9%) 43.01 (2.4%) 0.7% ( -4% - 6%) 0.430 And2Terms2StopWords 159.89 (3.9%) 160.98 (4.7%) 0.7% ( -7% - 9%) 0.619 Or3Terms 164.08 (5.3%) 165.21 (5.2%) 0.7% ( -9% - 11%) 0.680 DismaxOrHighHigh 112.87 (2.5%) 113.71 (2.5%) 0.7% ( -4% - 5%) 0.347 OrHighHigh 51.15 (4.6%) 51.54 (3.8%) 0.8% ( -7% - 9%) 0.572 AndHighOrMedMed 46.46 (1.9%) 46.84 (1.4%) 0.8% ( -2% - 4%) 0.115 Term 431.42 (4.8%) 435.07 (4.2%) 0.8% ( -7% - 10%) 0.556 AndStopWords 29.45 (6.5%) 29.70 (7.3%) 0.9% ( -12% - 15%) 0.695 OrHighMed 188.50 (3.9%) 190.21 (3.4%) 0.9% ( -6% - 8%) 0.431 OrHighRare 255.64 (5.7%) 261.70 (6.3%) 2.4% ( -9% - 15%) 0.214 ``` -- 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