aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/qps/qps_driver.cc
Commit message (Collapse)AuthorAge
* Make sure that we have enough server threads to actually support theGravatar Vijay Pai2015-05-05
| | | | number of outstanding streams
* Add a GrpcLibrary class to wrap grpc_init and grpc_shutdown and convert all ↵Gravatar Yang Gao2015-04-24
| | | | the tests to init/shutdown free.
* Wrap ParseCommandLineFlags in InitTestGravatar Yang Gao2015-04-15
|
* Merge branch 'qps' into local_workerGravatar Craig Tiller2015-04-10
|\ | | | | | | | | | | | | Conflicts: Makefile build.json test/cpp/qps/worker.cc
| * Add reporting library, use itGravatar Craig Tiller2015-04-10
| |
* | Allow RunScenarios to spawn in-process workersGravatar Craig Tiller2015-04-09
|/ | | | | This allows us to get back to single binary tests where appropriate, which will help in-depth profiling efforts. I've built this atop my smoke_test changes as they inspired me to get this done.
* Allow specifying warmup, benchmark timesGravatar Craig Tiller2015-04-08
|
* Merge branch 'qps-stream' of https://github.com/vjpai/grpc into vjpai-qps-streamGravatar Vijay Pai2015-03-23
|\
| * test return value of rpc parseGravatar Vijay Pai2015-03-23
| |
| * Make RPC type configurableGravatar vjpai2015-03-23
| |
* | clang-format c++ codeGravatar Yang Gao2015-03-17
|/
* clang-formatGravatar Craig Tiller2015-03-04
|
* Async client progressGravatar Craig Tiller2015-03-04
|
* Print resource utilizationGravatar Craig Tiller2015-03-03
|
* FormattingGravatar Craig Tiller2015-03-03
|
* Rework QPS client/serverGravatar Craig Tiller2015-03-02
| | | | | Now setup as a driver and N anonymous workers that may become clients or servers. Will convert async soon.
* Driver to client/server kind of worksGravatar Craig Tiller2015-02-23
|
* Getting the driver pieces in placeGravatar Craig Tiller2015-02-23
Driver logic not implemented yet