Closed patsonluk closed 6 months ago
Added a interrupt-on-failure flag to QueryBenchmark, this works similar to the same flag in IndexBenchmark. but this new one is default as true to maintain existing behavior.
interrupt-on-failure
QueryBenchmark
IndexBenchmark
true
The same query will just be skipped (instead of re-try like for indexing).
Added a
interrupt-on-failure
flag toQueryBenchmark
, this works similar to the same flag inIndexBenchmark
. but this new one is default astrue
to maintain existing behavior.The same query will just be skipped (instead of re-try like for indexing).