jpountz commented on PR #14345: URL: https://github.com/apache/lucene/pull/14345#issuecomment-2715856731
It gives a few small speedups (low p-value): ``` TaskQPS baseline StdDevQPS my_modified_version StdDev Pct diff p-value OrMany 19.74 (2.0%) 19.55 (3.6%) -1.0% ( -6% - 4%) 0.439 OrStopWords 35.03 (3.3%) 34.70 (5.7%) -1.0% ( -9% - 8%) 0.628 FilteredAnd3Terms 193.79 (1.5%) 191.95 (2.9%) -0.9% ( -5% - 3%) 0.336 FilteredPrefix3 130.98 (3.7%) 129.76 (3.7%) -0.9% ( -8% - 6%) 0.555 Prefix3 136.65 (3.7%) 135.70 (3.7%) -0.7% ( -7% - 6%) 0.659 FilteredOr3Terms 165.26 (0.9%) 164.17 (1.0%) -0.7% ( -2% - 1%) 0.095 Or3Terms 172.63 (1.7%) 171.63 (3.5%) -0.6% ( -5% - 4%) 0.620 Fuzzy1 82.19 (2.3%) 81.75 (2.8%) -0.5% ( -5% - 4%) 0.625 Fuzzy2 77.30 (2.1%) 76.89 (2.3%) -0.5% ( -4% - 3%) 0.574 OrHighRare 274.81 (3.8%) 273.51 (5.9%) -0.5% ( -9% - 9%) 0.823 FilteredOrMany 17.58 (1.2%) 17.50 (1.6%) -0.4% ( -3% - 2%) 0.456 Or2Terms2StopWords 166.05 (1.6%) 165.37 (3.5%) -0.4% ( -5% - 4%) 0.724 CountPhrase 4.26 (1.5%) 4.25 (1.4%) -0.3% ( -3% - 2%) 0.593 FilteredOrStopWords 47.44 (1.5%) 47.32 (1.7%) -0.3% ( -3% - 2%) 0.691 FilteredOr2Terms2StopWords 150.58 (0.8%) 150.24 (0.6%) -0.2% ( -1% - 1%) 0.449 DismaxOrHighHigh 119.51 (2.2%) 119.43 (2.3%) -0.1% ( -4% - 4%) 0.943 OrHighHigh 53.85 (3.6%) 53.84 (3.7%) -0.0% ( -7% - 7%) 0.997 FilteredOrHighHigh 68.33 (1.2%) 68.36 (1.3%) 0.0% ( -2% - 2%) 0.928 CountOrHighHigh 298.77 (1.0%) 299.00 (1.7%) 0.1% ( -2% - 2%) 0.899 CountFilteredOrHighMed 117.52 (0.5%) 117.61 (0.5%) 0.1% ( 0% - 1%) 0.711 CountTerm 9432.69 (3.7%) 9441.21 (4.2%) 0.1% ( -7% - 8%) 0.958 FilteredOrHighMed 156.03 (0.9%) 156.18 (0.7%) 0.1% ( -1% - 1%) 0.785 DismaxOrHighMed 174.68 (1.6%) 174.88 (1.8%) 0.1% ( -3% - 3%) 0.873 CountFilteredOrHighHigh 106.54 (0.6%) 106.73 (0.7%) 0.2% ( -1% - 1%) 0.501 CountFilteredPhrase 26.22 (2.0%) 26.28 (1.8%) 0.2% ( -3% - 4%) 0.788 CombinedAndHighMed 56.96 (2.4%) 57.11 (2.2%) 0.3% ( -4% - 5%) 0.792 FilteredIntNRQ 291.17 (1.5%) 291.94 (1.5%) 0.3% ( -2% - 3%) 0.681 OrHighMed 202.34 (3.0%) 202.99 (3.4%) 0.3% ( -5% - 6%) 0.814 CombinedAndHighHigh 15.46 (2.4%) 15.51 (2.4%) 0.3% ( -4% - 5%) 0.745 CountOrMany 29.63 (1.9%) 29.73 (1.9%) 0.4% ( -3% - 4%) 0.659 Phrase 14.80 (6.3%) 14.85 (5.6%) 0.4% ( -10% - 13%) 0.882 IntNRQ 295.56 (1.9%) 296.83 (1.5%) 0.4% ( -2% - 3%) 0.554 FilteredAnd2Terms2StopWords 201.54 (0.7%) 202.49 (2.6%) 0.5% ( -2% - 3%) 0.558 CountOrHighMed 362.97 (1.5%) 364.84 (1.2%) 0.5% ( -2% - 3%) 0.384 FilteredTerm 160.14 (1.8%) 160.99 (1.1%) 0.5% ( -2% - 3%) 0.413 CountAndHighHigh 302.67 (1.3%) 304.29 (1.5%) 0.5% ( -2% - 3%) 0.372 FilteredPhrase 32.70 (1.2%) 32.89 (2.5%) 0.6% ( -2% - 4%) 0.470 CombinedOrHighMed 73.08 (2.6%) 73.54 (2.0%) 0.6% ( -3% - 5%) 0.530 Wildcard 77.78 (2.8%) 78.30 (3.4%) 0.7% ( -5% - 7%) 0.620 CountAndHighMed 292.17 (1.2%) 294.28 (1.3%) 0.7% ( -1% - 3%) 0.184 CountFilteredOrMany 25.77 (1.1%) 25.99 (1.4%) 0.9% ( -1% - 3%) 0.110 Term 465.09 (3.8%) 469.16 (1.5%) 0.9% ( -4% - 6%) 0.476 TermDayOfYearSort 707.25 (0.9%) 713.86 (1.0%) 0.9% ( 0% - 2%) 0.019 DismaxTerm 546.11 (3.2%) 551.21 (1.7%) 0.9% ( -3% - 6%) 0.397 CombinedTerm 31.18 (2.5%) 31.48 (1.9%) 1.0% ( -3% - 5%) 0.318 CombinedOrHighHigh 19.00 (2.4%) 19.19 (2.1%) 1.0% ( -3% - 5%) 0.295 TermTitleSort 142.59 (1.4%) 144.11 (1.9%) 1.1% ( -2% - 4%) 0.132 TermDTSort 502.53 (2.6%) 508.18 (2.3%) 1.1% ( -3% - 6%) 0.276 TermMonthSort 3531.18 (2.7%) 3571.17 (2.6%) 1.1% ( -4% - 6%) 0.313 AndHighOrMedMed 46.73 (1.1%) 47.40 (1.1%) 1.4% ( 0% - 3%) 0.002 PKLookup 278.76 (2.7%) 283.07 (1.5%) 1.5% ( -2% - 5%) 0.094 And3Terms 173.59 (2.0%) 176.32 (3.7%) 1.6% ( -4% - 7%) 0.215 And2Terms2StopWords 163.95 (1.5%) 166.61 (3.1%) 1.6% ( -2% - 6%) 0.119 FilteredAndHighMed 131.15 (1.2%) 133.73 (3.2%) 2.0% ( -2% - 6%) 0.054 AndMedOrHighHigh 65.97 (1.7%) 67.28 (2.0%) 2.0% ( -1% - 5%) 0.011 AndStopWords 31.87 (1.5%) 32.58 (4.3%) 2.2% ( -3% - 8%) 0.107 FilteredAndStopWords 55.42 (1.7%) 56.65 (1.8%) 2.2% ( -1% - 5%) 0.003 FilteredAndHighHigh 69.13 (1.2%) 70.85 (2.2%) 2.5% ( 0% - 5%) 0.001 AndHighMed 126.21 (2.0%) 132.07 (1.6%) 4.6% ( 0% - 8%) 0.000 AndHighHigh 43.18 (1.5%) 45.22 (1.5%) 4.7% ( 1% - 7%) 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