aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/python/grpcio_tests/tests/qps/benchmark_server.py
Commit message (Collapse)AuthorAge
* Break out qps services into seperate protosGravatar kpayson642018-04-18
|
* Clean up a few more uses of gRPC in _pb2.py filesGravatar Nathaniel Manista2017-09-15
| | | | | | | Were this not done these would break when the default behavior of gRPC Python Protoc Plug-In is changed to be the put-gRPC-code-elements-only- in-_pb2_grpc.py-files behavior that currently happens only when the grpc_2_0 flag is passed.
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
|
* Run Python formattingGravatar Masood Malekghassemi2017-01-17
|
* Migrated python performance tests to use GA APIGravatar Ken Payson2016-07-06
|
* Organize Python tests to use grpcio-tools directlyGravatar Masood Malekghassemi2016-07-01
Moves all tests into a separate package. This does not change existing supported means of running tests (e.g. through run_tests.py).