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

   Actually I was thinking of search performance as something that we would 
like to measure, since these wrappers can induce some performance overhead. 
E.g. the baseline could run on the raw reader and the contender would wrap the 
reader with ExitableDirectoryReader and a very large timeout that's almost 
certainly not going to be hit, so that we could measure how much search 
performance we're trading by introducing these wrappers and timeout checks. 
Maybe luceneutil could have an option to do this.


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