aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests/performance/scenario_config.py
diff options
context:
space:
mode:
authorGravatar Mark D. Roth <roth@google.com>2016-09-16 10:51:15 -0700
committerGravatar Mark D. Roth <roth@google.com>2016-09-16 10:51:15 -0700
commit8b7678cf846cc5b51cd4fc459c7a8d7a2aaebc01 (patch)
tree3c7981a52213e191da0fd31ad3e99149025d4778 /tools/run_tests/performance/scenario_config.py
parentcf218fb7485644d1138d3b996752da05ae015926 (diff)
parent708d35fd2b54941d1741d3c9e6fc01fea91a30f3 (diff)
Merge remote-tracking branch 'upstream/master' into http_connect
Diffstat (limited to 'tools/run_tests/performance/scenario_config.py')
-rw-r--r--tools/run_tests/performance/scenario_config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/run_tests/performance/scenario_config.py b/tools/run_tests/performance/scenario_config.py
index e81b34c48e..99b5596a4b 100644
--- a/tools/run_tests/performance/scenario_config.py
+++ b/tools/run_tests/performance/scenario_config.py
@@ -70,7 +70,7 @@ BIG_GENERIC_PAYLOAD = {
# non-ping-pong tests (since we can only specify per-channel numbers, the
# actual target will be slightly higher)
OUTSTANDING_REQUESTS={
- 'async': 10000,
+ 'async': 6400,
'sync': 1000
}