jpountz commented on PR #13943: URL: https://github.com/apache/lucene/pull/13943#issuecomment-2429765576
wikibigall with a `searchConcurrency` of 8 suggests that the slowdown is tiny: ``` TaskQPS baseline StdDevQPS my_modified_version StdDev Pct diff p-value AndHighLow 849.71 (3.3%) 826.18 (2.2%) -2.8% ( -7% - 2%) 0.002 HighTermDayOfYearSort 253.62 (3.2%) 246.72 (3.0%) -2.7% ( -8% - 3%) 0.005 TermDTSort 202.82 (3.4%) 198.21 (4.4%) -2.3% ( -9% - 5%) 0.069 HighTermTitleBDVSort 49.87 (5.1%) 49.01 (5.5%) -1.7% ( -11% - 9%) 0.306 OrHighRare 245.78 (8.9%) 242.01 (9.2%) -1.5% ( -17% - 18%) 0.591 And2Terms2StopWords 184.35 (5.3%) 181.84 (4.5%) -1.4% ( -10% - 8%) 0.379 AndHighHigh 102.63 (6.9%) 101.25 (5.9%) -1.3% ( -13% - 12%) 0.507 CountTerm 8520.99 (3.9%) 8417.05 (5.1%) -1.2% ( -9% - 8%) 0.396 Wildcard 112.90 (5.6%) 111.56 (4.8%) -1.2% ( -10% - 9%) 0.471 Fuzzy1 79.74 (1.7%) 79.07 (1.7%) -0.8% ( -4% - 2%) 0.114 OrHighLow 724.26 (2.3%) 719.70 (2.2%) -0.6% ( -5% - 3%) 0.377 Or2Terms2StopWords 192.42 (5.4%) 191.24 (4.0%) -0.6% ( -9% - 9%) 0.680 And3Terms 176.74 (5.3%) 175.76 (4.1%) -0.6% ( -9% - 9%) 0.712 CountOrHighHigh 88.76 (4.9%) 88.34 (4.4%) -0.5% ( -9% - 9%) 0.744 HighTermMonthSort 1066.76 (1.6%) 1062.79 (1.9%) -0.4% ( -3% - 3%) 0.506 Fuzzy2 75.06 (1.4%) 74.85 (1.8%) -0.3% ( -3% - 3%) 0.597 CountOrHighMed 137.67 (5.3%) 137.45 (4.4%) -0.2% ( -9% - 10%) 0.920 OrHighNotHigh 196.77 (3.3%) 196.66 (3.5%) -0.1% ( -6% - 6%) 0.959 HighTermTitleSort 70.08 (6.6%) 70.09 (5.7%) 0.0% ( -11% - 13%) 0.994 OrHighHigh 94.07 (4.8%) 94.12 (5.1%) 0.0% ( -9% - 10%) 0.975 AndHighMed 182.18 (4.1%) 182.43 (3.4%) 0.1% ( -7% - 8%) 0.909 OrNotHighMed 255.11 (2.8%) 255.50 (3.3%) 0.2% ( -5% - 6%) 0.874 OrHighMed 242.11 (2.4%) 242.65 (2.5%) 0.2% ( -4% - 5%) 0.772 OrNotHighHigh 235.61 (2.3%) 236.26 (3.4%) 0.3% ( -5% - 6%) 0.766 HighTerm 361.55 (2.6%) 362.84 (2.7%) 0.4% ( -4% - 5%) 0.669 MedTerm 453.24 (2.8%) 455.07 (2.5%) 0.4% ( -4% - 5%) 0.628 OrHighNotMed 317.00 (3.0%) 318.40 (3.8%) 0.4% ( -6% - 7%) 0.680 PKLookup 277.48 (2.2%) 278.76 (2.7%) 0.5% ( -4% - 5%) 0.558 OrMany 46.17 (2.3%) 46.41 (2.9%) 0.5% ( -4% - 5%) 0.520 Prefix3 68.55 (4.0%) 69.01 (4.7%) 0.7% ( -7% - 9%) 0.627 OrHighNotLow 336.53 (3.2%) 339.73 (3.9%) 1.0% ( -5% - 8%) 0.395 AndStopWords 64.81 (5.3%) 65.46 (5.3%) 1.0% ( -9% - 12%) 0.543 LowTerm 640.08 (3.1%) 647.88 (2.6%) 1.2% ( -4% - 7%) 0.176 CountAndHighHigh 74.37 (5.2%) 75.37 (5.6%) 1.3% ( -8% - 12%) 0.426 CountAndHighMed 161.25 (5.1%) 163.59 (5.7%) 1.4% ( -8% - 12%) 0.394 OrNotHighLow 865.87 (3.3%) 880.11 (2.7%) 1.6% ( -4% - 7%) 0.081 Or3Terms 175.34 (4.3%) 178.28 (4.9%) 1.7% ( -7% - 11%) 0.252 OrStopWords 69.26 (6.5%) 70.71 (6.4%) 2.1% ( -10% - 15%) 0.303 IntNRQ 166.81 (5.5%) 170.67 (10.5%) 2.3% ( -12% - 19%) 0.381 ``` -- 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