Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save jtattermusch/3fd733fefd3e50c71c072f5615f721f2 to your computer and use it in GitHub Desktop.
Save jtattermusch/3fd733fefd3e50c71c072f5615f721f2 to your computer and use it in GitHub Desktop.
{
"scenarios": [
{
"name": "dotnet_protobuf_async_unary_ping_pong",
"num_servers": 1,
"num_clients": 1,
"client_config": {
"client_type": "ASYNC_CLIENT",
"security_params": null,
"outstanding_rpcs_per_channel": 1,
"client_channels": 1,
"async_client_threads": 1,
"client_processes": 0,
"threads_per_cq": 0,
"rpc_type": "UNARY",
"histogram_params": {
"resolution": 0.01,
"max_possible": 60000000000.0
},
"channel_args": [
{
"name": "grpc.optimization_target",
"str_value": "latency"
}
],
"payload_config": {
"simple_params": {
"req_size": 0,
"resp_size": 0
}
},
"load_params": {
"closed_loop": {}
}
},
"server_config": {
"server_type": "ASYNC_SERVER",
"security_params": null,
"async_server_threads": 0,
"server_processes": 0,
"threads_per_cq": 0,
"channel_args": [
{
"name": "grpc.optimization_target",
"str_value": "latency"
}
]
},
"warmup_seconds": 5,
"benchmark_seconds": 30
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment