Select better arguments

reviewable/pr11758/r1
Craig Tiller 7 years ago
parent 0033c752d1
commit ebec0dba9f
  1. 280
      tools/run_tests/generated/tests.json
  2. 3
      tools/run_tests/performance/scenario_config.py

File diff suppressed because it is too large Load Diff

@ -156,7 +156,7 @@ def _ping_pong_scenario(name, rpc_type,
# Optimization target of 'throughput' does not work well with epoll1 polling
# engine. Use the default value of 'blend'
optimization_target = 'blend'
optimization_target = 'throughput'
if unconstrained_client:
outstanding_calls = outstanding if outstanding is not None else OUTSTANDING_REQUESTS[unconstrained_client]
@ -175,6 +175,7 @@ def _ping_pong_scenario(name, rpc_type,
scenario['client_config']['outstanding_rpcs_per_channel'] = 1
scenario['client_config']['client_channels'] = 1
scenario['client_config']['async_client_threads'] = 1
optimization_target = 'latency'
optimization_channel_arg = {
'name': 'grpc.optimization_target',

Loading…
Cancel
Save