Merge pull request #23136 from ericgribkoff/qps

Update default xds test qps to 100
pull/23211/head
Eric Gribkoff 5 years ago committed by GitHub
commit 3f4b0d5f94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 16
      doc/xds-test-descriptions.md

@ -90,7 +90,7 @@ This test verifies that every backend receives traffic.
Client parameters:
1. --num_channels=1
1. --qps=10
1. --qps=100
1. --fail_on_failed_rpc=true
Load balancer configuration:
@ -109,7 +109,7 @@ robin policy.
Client parameters:
1. --num_channels=1
1. --qps=10
1. --qps=100
1. --fail_on_failed_rpc=true
Load balancer configuration:
@ -129,7 +129,7 @@ of backends that is stopped and then resumed.
Client parameters:
1. --num_channels=1
1. --qps=10
1. --qps=100
Load balancer configuration:
@ -161,7 +161,7 @@ all backends in the primary locality fail.
Client parameters:
1. --num_channels=1
1. --qps=10
1. --qps=100
Load balancer configuration:
@ -197,7 +197,7 @@ changes to this test case.
Client parameters:
1. --num_channels=1
1. --qps=10
1. --qps=100
Load balancer configuration:
@ -224,7 +224,7 @@ same zone receive traffic.
Client parameters:
1. --num_channels=1
1. --qps=10
1. --qps=100
1. --fail_on_failed_rpc=true
Load balancer configuration:
@ -249,7 +249,7 @@ after removal of another instance group in the same zone.
Client parameters:
1. --num_channels=1
1. --qps=10
1. --qps=100
Load balancer configuration:
@ -273,7 +273,7 @@ to the new backends.
Client parameters:
1. --num_channels=1
1. --qps=10
1. --qps=100
1. --fail_on_failed_rpc=true
Load balancer configuration:

Loading…
Cancel
Save