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

   The fact that queries perform slower in general in your first benchmark run 
makes me wonder if this could be due to insufficient warmup time. The default 
task repeat count of 20 might be too low for these queries that are very good 
at skipping irrelevant documents. Maybe try passing `taskRepeatCount=100` in 
the ctor of your `Competition` object? Does it make queries run closer in terms 
of performance to your second benchmark run?


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