mikemccand / luceneutil

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

Test concurrency in a single query #221

Open mikemccand opened 1 year ago

mikemccand commented 1 year ago

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.