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 5e18bb0 commit 07a8b58Copy full SHA for 07a8b58
tests/e2e/test_successful_benchmark.py
@@ -36,6 +36,7 @@ def server():
36
37
38
@pytest.mark.timeout(30)
39
+@pytest.mark.sanity
40
def test_max_seconds_benchmark(server: VllmSimServer):
41
"""
42
Test that the max seconds constraint is properly triggered.
@@ -78,6 +79,7 @@ def test_max_seconds_benchmark(server: VllmSimServer):
78
79
80
81
82
83
def test_max_requests_benchmark(server: VllmSimServer):
84
85
Test that the max requests constraint is properly triggered.
0 commit comments