@@ -124,7 +124,7 @@ def test_http_h2_mini_stress_test_without_client_side_queueing(http_test_server_
124
124
queueing.
125
125
"""
126
126
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" ,
128
128
"--max-active-requests" , "1" , "--connections" , "1" , "--duration" , "100" ,
129
129
"--termination-predicate" , "benchmark.http_2xx:99"
130
130
])
@@ -138,7 +138,7 @@ def test_http_h1_mini_stress_test_open_loop(http_test_server_fixture):
138
138
H1 open loop stress test. We expect higher pending and overflow counts
139
139
"""
140
140
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" ,
142
142
"1" , "--open-loop" , "--max-active-requests" , "1" , "--connections" , "1" , "--duration" , "100" ,
143
143
"--termination-predicate" , "benchmark.http_2xx:99" , "--simple-warmup"
144
144
])
0 commit comments