unary-unconstrained.json 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. {
  2. "scenarios": [
  3. {
  4. "name": "swift_protobuf_async_unary_qps_unconstrained_insecure",
  5. "warmup_seconds": 5,
  6. "benchmark_seconds": 30,
  7. "num_servers": 1,
  8. "server_config": {
  9. "async_server_threads": 0,
  10. "channel_args": [
  11. {
  12. "str_value": "throughput",
  13. "name": "grpc.optimization_target"
  14. }
  15. ],
  16. "server_type": "ASYNC_SERVER",
  17. "security_params": null,
  18. "threads_per_cq": 0,
  19. "server_processes": 0
  20. },
  21. "client_config": {
  22. "security_params": null,
  23. "channel_args": [
  24. {
  25. "str_value": "throughput",
  26. "name": "grpc.optimization_target"
  27. }
  28. ],
  29. "async_client_threads": 0,
  30. "outstanding_rpcs_per_channel": 100,
  31. "rpc_type": "UNARY",
  32. "payload_config": {
  33. "simple_params": {
  34. "resp_size": 0,
  35. "req_size": 0
  36. }
  37. },
  38. "client_channels": 64,
  39. "threads_per_cq": 0,
  40. "load_params": {
  41. "closed_loop": {}
  42. },
  43. "client_type": "ASYNC_CLIENT",
  44. "histogram_params": {
  45. "max_possible": 60000000000,
  46. "resolution": 0.01
  47. },
  48. "client_processes": 0
  49. },
  50. "num_clients": 0
  51. }
  52. ]
  53. }