aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/qps/qps_worker.h
Commit message (Collapse)AuthorAge
* Change grpc++ references in names to grpcppGravatar Vijay Pai2018-03-08
|
* Create inproc version of QPS test and add a few simple tests of this to ↵Gravatar Vijay Pai2017-10-19
| | | | standard testing suite.
* Fixed sanity.Gravatar Guantao Liu2017-07-14
|
* Added the missing header file and fixed a syntax error.Gravatar Guantao Liu2017-07-14
|
* 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
|
* 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.