aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/python/grpcio/tests/qps
Commit message (Collapse)AuthorAge
* Wait for channel to be connected for each clientGravatar Ken Payson2016-06-16
|
* Initial Python3 supportGravatar Ken Payson2016-06-10
| | | | | | | | Notable Changes: -Convert all str types to byte types at cython layer (ascii encoding) -Use six for packages that have different names in Python2/Python3 -By default, unit tests are compiled/run in Python2.7 and Python3.4 -Ensure MACOSX_BUILD_TARGET is at least 10.7
* Changed Python Sync streaming qps to follow specGravatar Ken Payson2016-06-07
|
* Remove AsyncStreaming client from python qps testsGravatar Ken Payson2016-06-06
|
* Added true async qps clientGravatar Ken Payson2016-05-10
|
* Python QPS Worker/initial scenariosGravatar Ken Payson2016-04-28