Spaces:
Sleeping
Sleeping
fix(test): increase retrieval latency budget to 1000ms for reranker
Browse files
tests/test_rag_benchmark.py
CHANGED
|
@@ -219,9 +219,9 @@ class TestRetrieval:
|
|
| 219 |
|
| 220 |
|
| 221 |
class TestLatency:
|
| 222 |
-
"""Response time must stay under 5s total (retrieval budget:
|
| 223 |
|
| 224 |
-
RETRIEVAL_BUDGET_MS =
|
| 225 |
|
| 226 |
@pytest.mark.parametrize(
|
| 227 |
"query",
|
|
|
|
| 219 |
|
| 220 |
|
| 221 |
class TestLatency:
|
| 222 |
+
"""Response time must stay under 5s total (retrieval budget: 1000ms with reranker)."""
|
| 223 |
|
| 224 |
+
RETRIEVAL_BUDGET_MS = 1000
|
| 225 |
|
| 226 |
@pytest.mark.parametrize(
|
| 227 |
"query",
|