Skip to content

Commit 0d24955

Browse files
committed
minimize diff
Signed-off-by: Otto van der Schaaf <oschaaf@we-amp.com>
1 parent ef3ffda commit 0d24955

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/integration/test_integration_basics.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ def test_http_h2_mini_stress_test_without_client_side_queueing(http_test_server_
124124
queueing.
125125
"""
126126
counters = mini_stress_test(http_test_server_fixture, [
127-
http_test_server_fixture.getTestServerRootUri(), "--rps", "1000", "--h2",
127+
http_test_server_fixture.getTestServerRootUri(), "--rps", "999999", "--h2",
128128
"--max-active-requests", "1", "--connections", "1", "--duration", "100",
129129
"--termination-predicate", "benchmark.http_2xx:99"
130130
])
@@ -138,7 +138,7 @@ def test_http_h1_mini_stress_test_open_loop(http_test_server_fixture):
138138
H1 open loop stress test. We expect higher pending and overflow counts
139139
"""
140140
counters = mini_stress_test(http_test_server_fixture, [
141-
http_test_server_fixture.getTestServerRootUri(), "--rps", "10000", "--max-pending-requests",
141+
http_test_server_fixture.getTestServerRootUri(), "--rps", "999999", "--max-pending-requests",
142142
"1", "--open-loop", "--max-active-requests", "1", "--connections", "1", "--duration", "100",
143143
"--termination-predicate", "benchmark.http_2xx:99", "--simple-warmup"
144144
])

0 commit comments

Comments
 (0)