mikemccand / luceneutil

Various utility scripts for running Lucene performance tests
Apache License 2.0
205 stars 115 forks source link

Add search concurrency to geo benchmarks #285

Closed iverase closed 4 months ago

iverase commented 4 months ago

We added search concurrency to lucene bench, let's add it as well; to the geo benchmarks. I added a new otional parameter called searchConcurrency that accepts an integer greater or equal to zero. This is how it works:

iverase commented 4 months ago

btw, it gives a very nice speed up for the queries I tested :)

iverase commented 4 months ago

Thanks for the quick review and merge! I think it is fine to do nothing an maximise concurrency for the benchmarks.