Skip to content

Commit 3f4b0d5

Browse files
authored
Merge pull request grpc#23136 from ericgribkoff/qps
Update default xds test qps to 100
2 parents a379951 + 84fccf5 commit 3f4b0d5

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

doc/xds-test-descriptions.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ This test verifies that every backend receives traffic.
9090
Client parameters:
9191

9292
1. --num_channels=1
93-
1. --qps=10
93+
1. --qps=100
9494
1. --fail_on_failed_rpc=true
9595

9696
Load balancer configuration:
@@ -109,7 +109,7 @@ robin policy.
109109
Client parameters:
110110

111111
1. --num_channels=1
112-
1. --qps=10
112+
1. --qps=100
113113
1. --fail_on_failed_rpc=true
114114

115115
Load balancer configuration:
@@ -129,7 +129,7 @@ of backends that is stopped and then resumed.
129129
Client parameters:
130130

131131
1. --num_channels=1
132-
1. --qps=10
132+
1. --qps=100
133133

134134
Load balancer configuration:
135135

@@ -161,7 +161,7 @@ all backends in the primary locality fail.
161161
Client parameters:
162162

163163
1. --num_channels=1
164-
1. --qps=10
164+
1. --qps=100
165165

166166
Load balancer configuration:
167167

@@ -197,7 +197,7 @@ changes to this test case.
197197
Client parameters:
198198

199199
1. --num_channels=1
200-
1. --qps=10
200+
1. --qps=100
201201

202202
Load balancer configuration:
203203

@@ -224,7 +224,7 @@ same zone receive traffic.
224224
Client parameters:
225225

226226
1. --num_channels=1
227-
1. --qps=10
227+
1. --qps=100
228228
1. --fail_on_failed_rpc=true
229229

230230
Load balancer configuration:
@@ -249,7 +249,7 @@ after removal of another instance group in the same zone.
249249
Client parameters:
250250

251251
1. --num_channels=1
252-
1. --qps=10
252+
1. --qps=100
253253

254254
Load balancer configuration:
255255

@@ -273,7 +273,7 @@ to the new backends.
273273
Client parameters:
274274

275275
1. --num_channels=1
276-
1. --qps=10
276+
1. --qps=100
277277
1. --fail_on_failed_rpc=true
278278

279279
Load balancer configuration:

0 commit comments

Comments
 (0)