Skip to content
Snippets Groups Projects
Commit ab8b9f51 authored by Jan Tattermusch's avatar Jan Tattermusch
Browse files

Merge pull request #6271 from jtattermusch/temporarily_disable_csharp_qps_unconstrained

temporarily disable csharp_protobuf_async_streaming_qps_unconstrained
parents dbb7830e fa8d5b3e
No related branches found
No related tags found
No related merge requests found
...@@ -300,32 +300,6 @@ class CSharpLanguage: ...@@ -300,32 +300,6 @@ class CSharpLanguage:
def scenarios(self): def scenarios(self):
secargs = SECURE_SECARGS secargs = SECURE_SECARGS
yield {
'name': 'csharp_protobuf_async_streaming_qps_unconstrained',
'num_servers': 1,
'num_clients': 0,
'client_config': {
'client_type': 'ASYNC_CLIENT',
'security_params': secargs,
'outstanding_rpcs_per_channel': DEEP,
'client_channels': WIDE,
'async_client_threads': 0,
'rpc_type': 'STREAMING',
'load_params': {
'closed_loop': {}
},
'payload_config': EMPTY_PROTO_PAYLOAD,
'histogram_params': HISTOGRAM_PARAMS,
},
'server_config': {
'server_type': 'ASYNC_SERVER',
'security_params': secargs,
'core_limit': 0,
'async_server_threads': 0,
},
'warmup_seconds': WARMUP_SECONDS,
'benchmark_seconds': BENCHMARK_SECONDS
}
yield { yield {
'name': 'csharp_generic_async_streaming_ping_pong', 'name': 'csharp_generic_async_streaming_ping_pong',
'num_servers': 1, 'num_servers': 1,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment