luceneutil icon indicating copy to clipboard operation
luceneutil copied to clipboard

Add an option to disable BMW optimization for benchmarks

Open shubhamvishu opened this issue 1 year ago • 6 comments

Description

  • Currently, there is no straight-forward way to disable in lucene benchmarks(?) which could be required in testing some optimizations like #258. I'd great if we could add an option/argument to disable BMW while benchmarking.

  • One idea could be to Increase TOTAL_HITS_THRESHOLD in IndexSearcher.java to Integer.MAX_VALUE. Maybe we could add a setter for the same?

Looking for more ideas on this!

shubhamvishu avatar Apr 29 '24 08:04 shubhamvishu