aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/qps/worker.cc
Commit message (Collapse)AuthorAge
* 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
|
* 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.
* Revive proper SIGINT handlingGravatar Vijay Pai2015-04-02
|
* Put in calls to profilingGravatar Vijay Pai2015-03-31
|
* Merge branch 'qps-stream' of https://github.com/vjpai/grpc into vjpai-qps-streamGravatar Vijay Pai2015-03-23
|\
| * Make RPC type configurableGravatar vjpai2015-03-23
| |
| * Added streaming C++ tests for sync and sync casesGravatar vjpai2015-03-23
| |
* | Various Windows fixes.Gravatar Nicolas Noble2015-03-19
|/ | | | | | | | | | | | | | -) using dupenv_s instead of getenv_s and calling strdup ourselves. -) few impossible-to-obtain if checks. -) various signed/unsigned casting. -) using time_t instead of time32_t -) checking output of FormatMessage for failures. -) don't redefine _WIN32_WINNT without undefining it first. -) fixed msvc's interlocked casting. -) renamed AddPort to AddListeningPort. -) added protobuf's third_party includes to search path. -) added a missing definition for inet_ntop in mingw32. -) removed useless declarations.
* Merge github.com:grpc/grpc into creditGravatar Craig Tiller2015-03-05
|
* Compile fixGravatar Craig Tiller2015-03-04
|
* Linux compile fixGravatar Craig Tiller2015-03-04
|
* Compile fixGravatar Craig Tiller2015-03-04
|
* Async server worksGravatar Craig Tiller2015-03-04
|
* Async client progressGravatar Craig Tiller2015-03-04
|
* Generate latencies in driverGravatar 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.
* WIPGravatar Craig Tiller2015-03-02