luceneutil
luceneutil copied to clipboard
Test concurrency in a single query
We are more and more taking advantage of concurrent hardware to reduce the latency of a single query over time with Lucene.
We should add a benchmark task/charts that show how concurrent execution of a single query changes over time -- this would help us measure progress, and also catch accidental regressions e.g. introducing thread contention unexpectedly.