jpountz commented on PR #12382: URL: https://github.com/apache/lucene/pull/12382#issuecomment-1729618165
Reopening as I'm now seeing speedups. It's possible it's related to other changes that happened since last time I looked, or to the specific tasks that get picked by luceneutil. Here's the output of a run on wikibigall: ``` TaskQPS baseline StdDevQPS my_modified_version StdDev Pct diff p-value HighTermMonthSort 2585.95 (5.2%) 2525.81 (7.8%) -2.3% ( -14% - 11%) 0.268 LowTerm 910.97 (5.9%) 890.32 (5.8%) -2.3% ( -13% - 9%) 0.218 HighTerm 520.07 (5.2%) 510.12 (5.2%) -1.9% ( -11% - 8%) 0.245 MedTerm 456.03 (5.5%) 448.52 (5.2%) -1.6% ( -11% - 9%) 0.329 OrHighMed 190.06 (2.9%) 187.85 (3.6%) -1.2% ( -7% - 5%) 0.263 HighTermDayOfYearSort 268.40 (3.2%) 265.61 (2.6%) -1.0% ( -6% - 4%) 0.261 MedSpanNear 43.74 (2.9%) 43.33 (2.8%) -0.9% ( -6% - 4%) 0.297 HighSpanNear 4.33 (2.7%) 4.31 (3.0%) -0.5% ( -6% - 5%) 0.571 Fuzzy2 58.11 (2.0%) 57.83 (2.3%) -0.5% ( -4% - 3%) 0.482 MedPhrase 78.83 (2.3%) 78.47 (3.0%) -0.5% ( -5% - 4%) 0.579 LowSpanNear 11.19 (1.6%) 11.15 (2.1%) -0.4% ( -3% - 3%) 0.546 OrHighLow 625.94 (3.1%) 624.02 (3.4%) -0.3% ( -6% - 6%) 0.768 CountAndHighHigh 45.07 (3.5%) 44.94 (4.3%) -0.3% ( -7% - 7%) 0.813 OrHighHigh 41.35 (5.5%) 41.23 (5.9%) -0.3% ( -11% - 11%) 0.881 CountAndHighMed 149.52 (3.2%) 149.33 (3.3%) -0.1% ( -6% - 6%) 0.903 LowSloppyPhrase 52.33 (1.7%) 52.28 (2.5%) -0.1% ( -4% - 4%) 0.892 Prefix3 271.79 (3.4%) 271.62 (3.8%) -0.1% ( -7% - 7%) 0.955 PKLookup 211.98 (3.4%) 211.93 (2.6%) -0.0% ( -5% - 6%) 0.981 LowPhrase 53.95 (2.1%) 53.96 (2.4%) 0.0% ( -4% - 4%) 0.975 CountPhrase 2.78 (4.3%) 2.79 (2.0%) 0.1% ( -5% - 6%) 0.950 Fuzzy1 138.29 (2.1%) 138.39 (2.6%) 0.1% ( -4% - 4%) 0.918 HighPhrase 28.83 (3.2%) 28.86 (4.7%) 0.1% ( -7% - 8%) 0.932 HighSloppyPhrase 7.74 (1.8%) 7.75 (2.6%) 0.2% ( -4% - 4%) 0.764 CountOrHighMed 138.64 (15.8%) 138.99 (15.0%) 0.2% ( -26% - 36%) 0.959 Respell 56.79 (1.8%) 56.95 (2.3%) 0.3% ( -3% - 4%) 0.664 CountOrHighHigh 40.89 (17.1%) 41.02 (15.9%) 0.3% ( -27% - 40%) 0.951 AndHighLow 1009.08 (3.2%) 1013.60 (4.4%) 0.4% ( -6% - 8%) 0.713 CountTerm 8120.00 (7.4%) 8193.70 (11.2%) 0.9% ( -16% - 21%) 0.763 IntNRQ 302.71 (6.2%) 305.63 (6.7%) 1.0% ( -11% - 14%) 0.634 MedSloppyPhrase 19.03 (4.7%) 19.28 (4.9%) 1.3% ( -7% - 11%) 0.387 Wildcard 25.15 (4.7%) 25.59 (4.3%) 1.7% ( -6% - 11%) 0.223 AndHighMed 171.18 (2.9%) 230.86 (4.4%) 34.9% ( 26% - 43%) 0.000 AndHighHigh 46.05 (4.4%) 78.03 (5.6%) 69.4% ( 56% - 82%) 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