aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/qps/qps_worker.h
Commit message (Collapse)AuthorAge
* Update copyrightsGravatar Craig Tiller2016-03-31
|
* clang-formatGravatar Vijay Pai2016-02-02
|
* 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
* Split up into a new service proto, use proper service suffix, add aGravatar vjpai2015-10-29
| | | | | reset option to the mark, create a closed loop config params (empty message) for consistency with other tests.
* 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.