Created
January 27, 2023 09:57
-
-
Save jtattermusch/284aff49a30c3a7500aebc472381fb4d to your computer and use it in GitHub Desktop.
Scenario definition JSON for https://github.com/grpc/grpc-dotnet/issues/1926
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_1MB", | |
"num_servers": 1, | |
"num_clients": 1, | |
"client_config": { | |
"client_type": "ASYNC_CLIENT", | |
"security_params": { | |
"use_test_ca": true, | |
"server_host_override": "foo.test.google.fr" | |
}, | |
"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": 1048576, | |
"resp_size": 1048576 | |
} | |
}, | |
"load_params": { | |
"closed_loop": {} | |
} | |
}, | |
"server_config": { | |
"server_type": "ASYNC_SERVER", | |
"security_params": { | |
"use_test_ca": true, | |
"server_host_override": "foo.test.google.fr" | |
}, | |
"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