about summary refs log tree commit diff homepage
path: root/test/regression/2020-04-11-batching-search-zero-time-budget.c
AgeCommit message (Collapse)Author
2023-06-05fix BatchingSearcher's disabled time budgetJulian Büning
The functionality of the batching searcher that increases the time budget if it is shorter than the time between two calls to `selectState()` ignored the disabled time budget. Effectively, the batching searcher thus picks a very arbitrary time budget on its own.