luceneutil icon indicating copy to clipboard operation
luceneutil copied to clipboard

Test concurrency in a single query

Open mikemccand opened this issue 1 year ago • 0 comments

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.

mikemccand avatar Jun 20 '23 12:06 mikemccand