Created
February 25, 2022 11:41
-
-
Save jtattermusch/3fd733fefd3e50c71c072f5615f721f2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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