vsop-479 commented on PR #13072:
URL: https://github.com/apache/lucene/pull/13072#issuecomment-1983159835

   > Have you tried to measure any performance change with this? E.g. you could 
run a luceneutil benchy with just PrefixQuery, or, Regexp/WildcardQuery that 
also have this property (match-all states in their automata).
   
   I measured it with current implementation with `wikimedium1m`, the result is 
unstable:
   
   ````
   TaskQPS baseline      StdDevQPS my_modified_version      StdDev              
  Pct diff p-value
   Prefix3      879.20      (9.1%)      995.37      (4.2%)   13.2% (   0% -   
29%) 0.062
   Prefix3      924.98      (9.9%)     1042.17      (7.9%)   12.7% (  -4% -   
33%) 0.083
   ```` 
   
   ````
   TaskQPS baseline      StdDevQPS my_modified_version      StdDev              
  Pct diff p-value
   Prefix3     1480.94      (8.8%)     1559.89      (6.4%)    5.3% (  -9% -   
22%) 0.195
   Prefix3     1242.80      (6.9%)     1307.30      (5.3%)    5.2% (  -6% -   
18%) 0.299
   Prefix3      177.54      (1.3%)      202.74      (6.3%)   14.2% (   6% -   
22%) 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

Reply via email to