We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41dc6dc commit ff45f6bCopy full SHA for ff45f6b
1 file changed
tests/benchmarks/test_search_bench.py
@@ -12,6 +12,7 @@ def test_search_full_corpus(
12
bench_client_search_corpus: FlaskClient,
13
) -> None:
14
def _run() -> object:
15
+ # Corpus uses fixed June timestamps; default 30-day search window would exclude them.
16
return bench_client_search_corpus.get("/api/search?q=searchable&limit=50&all_history=1")
17
18
resp = benchmark(_run)
0 commit comments