jpountz commented on PR #12668:
URL: https://github.com/apache/lucene/pull/12668#issuecomment-1761022817

   Results on `wikibigall`:
   
   ```
                               TaskQPS baseline      StdDevQPS 
my_modified_version      StdDev                Pct diff p-value
                    CountOrHighHigh       58.65     (15.7%)       57.03     
(14.9%)   -2.8% ( -28% -   33%) 0.570
                     CountOrHighMed       91.10     (15.7%)       88.61     
(14.9%)   -2.7% ( -28% -   33%) 0.573
                        CountPhrase        3.59     (12.4%)        3.52     
(10.0%)   -1.9% ( -21% -   23%) 0.591
                            Prefix3      223.37      (3.8%)      220.52      
(2.8%)   -1.3% (  -7% -    5%) 0.221
                          MedPhrase       23.18      (4.8%)       22.89      
(2.8%)   -1.3% (  -8% -    6%) 0.312
                         HighPhrase       74.30      (5.2%)       73.39      
(3.8%)   -1.2% (  -9% -    8%) 0.395
                          LowPhrase       49.93      (4.0%)       49.44      
(2.9%)   -1.0% (  -7% -    6%) 0.372
                  HighTermMonthSort     5321.09      (3.8%)     5284.52      
(4.0%)   -0.7% (  -8% -    7%) 0.576
                   CountAndHighHigh       41.05      (4.4%)       40.88      
(3.3%)   -0.4% (  -7% -    7%) 0.741
                    CountAndHighMed      123.48      (3.9%)      123.17      
(3.2%)   -0.3% (  -7% -    7%) 0.822
              HighTermDayOfYearSort      209.14      (2.3%)      208.73      
(1.3%)   -0.2% (  -3% -    3%) 0.741
                            Respell       97.13      (1.6%)       97.09      
(1.7%)   -0.0% (  -3% -    3%) 0.950
                           Wildcard       79.82      (3.8%)       79.90      
(3.3%)    0.1% (  -6% -    7%) 0.927
                          CountTerm    17367.55      (6.4%)    17399.19      
(5.4%)    0.2% ( -10% -   12%) 0.922
                             Fuzzy2       92.55      (1.5%)       92.80      
(1.6%)    0.3% (  -2% -    3%) 0.573
                             Fuzzy1      135.19      (1.4%)      135.61      
(1.7%)    0.3% (  -2% -    3%) 0.532
                           PKLookup      226.80      (2.1%)      228.05      
(1.8%)    0.6% (  -3% -    4%) 0.372
                         OrHighHigh       63.37      (6.2%)       64.29      
(7.7%)    1.5% ( -11% -   16%) 0.511
                             IntNRQ      137.84     (20.5%)      140.16     
(20.6%)    1.7% ( -32% -   53%) 0.795
                        AndHighHigh       55.84      (3.4%)       57.03      
(4.9%)    2.1% (  -6% -   10%) 0.113
                            LowTerm      846.47      (5.4%)      865.92      
(7.2%)    2.3% (  -9% -   15%) 0.252
                           HighTerm      338.68      (5.3%)      347.00      
(9.0%)    2.5% ( -11% -   17%) 0.294
                            MedTerm      443.60      (4.9%)      454.62      
(8.3%)    2.5% ( -10% -   16%) 0.252
                         AndHighMed      125.73      (2.9%)      129.22      
(4.0%)    2.8% (  -3% -    9%) 0.012
                          OrHighLow      553.99      (3.7%)      576.92      
(3.9%)    4.1% (  -3% -   12%) 0.001
                          OrHighMed      165.18      (4.2%)      172.30      
(6.0%)    4.3% (  -5% -   15%) 0.009
                         AndHighLow      801.37      (3.0%)      848.58      
(3.7%)    5.9% (   0% -   12%) 0.000
   ```
   
   AndHighMed, OrHighLow, OrHighMed, AndHighLow all have a noticeable speedup 
and a very low p-value, so the speedup is real. Queries that show a small 
slowdown have a high p-value, suggesting that the slowdown is noise.


-- 
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

Reply via email to