Functions | |
| def | _running_server () |
| def | main () |
| def | profile (message_size, response_count) |
Variables | |
| list | _GRPC_CHANNEL_OPTIONS |
| int | _MESSAGE_SIZE = 4 |
| int | _PORT = 5741 |
| int | _RESPONSE_COUNT = 32 * 1024 |
| string | _SERVER_CODE |
|
private |
Definition at line 64 of file unary_stream_benchmark.py.
| def tests.stress.unary_stream_benchmark.main | ( | ) |
Definition at line 92 of file unary_stream_benchmark.py.
| def tests.stress.unary_stream_benchmark.profile | ( | message_size, | |
| response_count | |||
| ) |
Definition at line 78 of file unary_stream_benchmark.py.
|
private |
Definition at line 57 of file unary_stream_benchmark.py.
|
private |
Definition at line 26 of file unary_stream_benchmark.py.
|
private |
Definition at line 25 of file unary_stream_benchmark.py.
|
private |
Definition at line 27 of file unary_stream_benchmark.py.
|
private |
Definition at line 29 of file unary_stream_benchmark.py.