uschindler commented on pull request #177: URL: https://github.com/apache/lucene/pull/177#issuecomment-860900058
With my patch to bulk methods results look like this: ``` TaskQPS baseline StdDevQPS my_modified_version StdDev Pct diff p-value Respell 55.14 (0.9%) 40.97 (0.9%) -25.7% ( -27% - -24%) 0.000 Fuzzy1 66.39 (6.3%) 51.40 (2.7%) -22.6% ( -29% - -14%) 0.000 Fuzzy2 63.82 (6.7%) 50.99 (2.3%) -20.1% ( -27% - -11%) 0.000 PKLookup 190.65 (1.6%) 172.48 (2.1%) -9.5% ( -13% - -5%) 0.000 Wildcard 12.84 (6.3%) 11.62 (4.0%) -9.5% ( -18% - 0%) 0.004 HighTermMonthSort 61.20 (19.6%) 56.61 (15.7%) -7.5% ( -35% - 34%) 0.505 HighSloppyPhrase 1.93 (5.5%) 1.80 (10.8%) -6.8% ( -21% - 10%) 0.213 MedSloppyPhrase 8.01 (3.2%) 7.47 (8.4%) -6.6% ( -17% - 5%) 0.099 LowSloppyPhrase 11.52 (2.7%) 10.79 (5.4%) -6.3% ( -14% - 1%) 0.020 HighTermTitleBDVSort 76.19 (8.5%) 72.67 (9.6%) -4.6% ( -20% - 14%) 0.421 HighTermDayOfYearSort 59.52 (7.0%) 57.12 (7.7%) -4.0% ( -17% - 11%) 0.386 Prefix3 67.21 (13.5%) 64.93 (14.0%) -3.4% ( -27% - 27%) 0.696 TermDTSort 58.93 (12.0%) 56.98 (15.9%) -3.3% ( -27% - 27%) 0.711 MedSpanNear 5.41 (1.5%) 5.24 (1.3%) -3.1% ( -5% - 0%) 0.001 LowSpanNear 21.34 (0.6%) 20.72 (1.2%) -2.9% ( -4% - -1%) 0.000 OrHighHigh 15.81 (1.1%) 15.35 (2.5%) -2.9% ( -6% - 0%) 0.019 BrowseMonthSSDVFacets 4.29 (2.8%) 4.16 (4.1%) -2.8% ( -9% - 4%) 0.201 OrHighMed 18.71 (1.6%) 18.19 (2.7%) -2.8% ( -6% - 1%) 0.046 LowPhrase 139.63 (1.9%) 136.16 (1.3%) -2.5% ( -5% - 0%) 0.018 MedPhrase 114.24 (2.2%) 111.48 (1.0%) -2.4% ( -5% - 0%) 0.025 HighPhrase 180.83 (2.5%) 176.61 (1.4%) -2.3% ( -6% - 1%) 0.065 AndHighLow 496.29 (4.3%) 484.90 (2.4%) -2.3% ( -8% - 4%) 0.300 HighSpanNear 9.11 (2.4%) 8.94 (2.5%) -1.9% ( -6% - 3%) 0.233 BrowseDayOfYearSSDVFacets 4.14 (2.5%) 4.08 (0.4%) -1.5% ( -4% - 1%) 0.172 IntNRQ 38.03 (0.6%) 37.51 (1.4%) -1.4% ( -3% - 0%) 0.047 OrNotHighLow 626.89 (4.7%) 618.44 (5.3%) -1.3% ( -10% - 9%) 0.669 OrHighLow 280.08 (2.5%) 276.64 (3.2%) -1.2% ( -6% - 4%) 0.494 AndHighHigh 30.63 (2.5%) 30.30 (2.3%) -1.1% ( -5% - 3%) 0.468 AndHighMed 35.60 (2.1%) 35.23 (1.7%) -1.0% ( -4% - 2%) 0.385 MedTerm 1212.11 (3.4%) 1204.02 (6.3%) -0.7% ( -10% - 9%) 0.836 HighIntervalsOrdered 10.38 (3.7%) 10.42 (5.5%) 0.4% ( -8% - 9%) 0.880 OrHighNotLow 738.69 (3.0%) 744.71 (7.0%) 0.8% ( -8% - 11%) 0.811 LowTerm 1563.73 (2.3%) 1577.33 (4.4%) 0.9% ( -5% - 7%) 0.696 OrHighNotHigh 725.65 (3.8%) 732.67 (6.1%) 1.0% ( -8% - 11%) 0.763 OrNotHighMed 681.22 (1.2%) 688.45 (4.5%) 1.1% ( -4% - 6%) 0.609 OrHighNotMed 672.06 (3.8%) 679.93 (6.9%) 1.2% ( -9% - 12%) 0.741 HighTerm 1615.37 (4.1%) 1636.17 (4.2%) 1.3% ( -6% - 9%) 0.623 OrNotHighHigh 634.61 (2.5%) 645.91 (7.2%) 1.8% ( -7% - 11%) 0.600 BrowseDayOfYearTaxoFacets 0.99 (5.4%) 1.21 (7.8%) 21.8% ( 8% - 37%) 0.000 BrowseDateTaxoFacets 0.99 (5.2%) 1.21 (7.9%) 22.0% ( 8% - 37%) 0.000 BrowseMonthTaxoFacets 1.02 (4.1%) 1.25 (6.3%) 22.8% ( 11% - 34%) 0.000 ``` No idea why this happens. -- 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. 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