aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/qps/worker.cc
Commit message (Collapse)AuthorAge
* Create inproc version of QPS test and add a few simple tests of this to ↵Gravatar Vijay Pai2017-10-19
| | | | standard testing suite.
* Removed unnecessary default values and fixed sanity.Gravatar Guantao Liu2017-07-14
|
* Add a new metric 'Queries/CPU-sec'.Gravatar Guantao Liu2017-07-12
| | | | Enable internal credential types.
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
|
* windows compilation fixesGravatar Jan Tattermusch2017-02-02
|
* Update copyrightsGravatar Craig Tiller2016-03-31
|
* Add a Quit RPC so that we can conveniently shut down the workers from the ↵Gravatar vjpai2016-02-02
| | | | driver.
* Copyright fixes for sanityGravatar vjpai2016-01-19
|
* Re-enable explicit specification of server port for qps worker. AlsoGravatar Vijay Pai2016-01-19
| | | | add in a check that we don't try to use generic testing for sync or unary.
* QPS worker no longer needs to specify server port on command line. This is partGravatar vjpai2015-10-29
| | | | | of the proto if desired, or just goes to pick_unused_port_or_die if not specified
* headers reorgGravatar yang-g2015-08-21
|
* Update C++ implGravatar Craig Tiller2015-07-13
|
* Fixup C++Gravatar Craig Tiller2015-07-06
|
* Add a test that headers are properly in build.jsonGravatar Craig Tiller2015-06-25
| | | | Clean up anything that failed
* Merge pull request #1703 from ctiller/fuglyGravatar Vijay Pai2015-05-22
|\ | | | | clang-format qps code - it was getting out of hand
| * clang-format qps code - it was getting out of handGravatar Craig Tiller2015-05-21
| |
* | Replaced std::this_thread::sleep_for for gpr_sleep_until.Gravatar David Garcia Quintas2015-05-20
|/ | | | | std::this_thread::sleep_for isn't available in gcc <= 4.6 (4.7?) nor VS2010.
* 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