aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/qps/qps_worker.cc
Commit message (Collapse)AuthorAge
* 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
|
* Add QPS tests for one-sided streamingGravatar Vijay Pai2017-05-02
|
* clang-formatGravatar Vijay Pai2016-11-01
|
* Use C++11 final and overrideGravatar Vijay Pai2016-11-01
|
* clang-formatGravatar Vijay Pai2016-07-13
|
* Resolve pernicious race between destructor and thread functions by insisting ↵Gravatar Vijay Pai2016-07-13
| | | | that destructor is invoked after the class has gone back to being a harmless single-threaded thing.
* Fix some shutdown errors related to CQ/join orderingGravatar Vijay Pai2016-07-08
|
* Reduce assertions, use status codes, increase verbosity on errorsGravatar vjpai2016-07-06
|
* Update copyrightsGravatar Craig Tiller2016-03-31
|
* Fix formattingGravatar Craig Tiller2016-03-07
|
* Disable profiling in qps_worker for nowGravatar Craig Tiller2016-03-07
|
* Merge branch 'master' into worker_quitGravatar Vijay Pai2016-02-02
|\
* | 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 and clang-formatGravatar Vijay Pai2016-02-01
| |
| * Enable properly working core limits on clients and servers,Gravatar Vijay Pai2016-02-01
| | | | | | | | | | and determine these dynamically if only one or the other is specified but both are running on the same host
| * Clean-up core list usage and make it possible to reset the core listGravatar Vijay Pai2016-02-01
| |
| * Merge branch 'master' into corelimit2Gravatar Vijay Pai2016-02-01
| |\ | |/ |/|
* | Merge branch 'master' into generic_qpsGravatar Vijay Pai2016-01-27
|\ \
| * | No need to put \n at end of a log messageGravatar vjpai2016-01-26
| | |
* | | Actually create async generic serverGravatar vjpai2016-01-26
| | |
| * | Improve logging for testGravatar Vijay Pai2016-01-26
|/ /
* | Dealt with a nitGravatar 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.
| * Merge branch 'master' into corelimit2Gravatar vjpai2016-01-19
| |\ | |/ |/|
* | Added back trailing newlinesGravatar David Garcia Quintas2016-01-14
| |
* | Update copyrights againGravatar murgatroid992016-01-13
| |
| * Merge branch 'master' into corelimit2Gravatar Vijay Pai2016-01-13
| |\ | |/ |/|
| * clang-formatGravatar Vijay Pai2016-01-13
| |
| * Make core limitation work for both client and server so that we can run ↵Gravatar Vijay Pai2016-01-13
| | | | | | | | | | | | | | tests on the same machine if desired. The core_list flags to qps_driver are comma-separated lists of core numbers.
* | Merge branch 'master' into bbufGravatar Vijay Pai2016-01-11
|\|
* | clang-formatGravatar Vijay Pai2016-01-11
| |
* | Fix bugs and include build filesGravatar Vijay Pai2016-01-11
| |
| * Consolidate C++ proto files under src/protoGravatar Craig Tiller2015-12-17
|/ | | | | | - make the directory structure match the package structure - sanitize the package structure (test --> testing) - add auto-detection of proto file dependencies
* Address some review comments about signal and restoring qps_test_with_pollGravatar vjpai2015-11-04
| | | | Make payloads respect the new defaults
* clang-formatGravatar Vijay Pai2015-11-04
|
* Cleanup some namesGravatar vjpai2015-11-02
| | | | | Remove some unused options and make server_threads relevant Start stubbing out better qps/core calculations
* 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.
* Numerous proto changes to make things more sane and fix some outstanding issuesGravatar vjpai2015-10-28
|
* Split qpstest.proto into two parts - one for performance stats andGravatar vjpai2015-10-21
| | | | | | one for control. Eliminate the use of our own SimpleRequest and SimpleResponse and instead share the one from end2end testing
* Move qpstest.proto to a common area (test/proto) instead of test/cpp/qpsGravatar vjpai2015-10-19
|
* Removing pessimizing moves.Gravatar Nicolas "Pixel" Noble2015-09-03
| | | | Pass #2.
* Shuffling headers around.Gravatar Julien Boeuf2015-08-28
|
* headers reorgGravatar yang-g2015-08-21
|
* Add a test that headers are properly in build.jsonGravatar Craig Tiller2015-06-25
| | | | Clean up anything that failed
* Update the Status APIGravatar Yang Gao2015-06-16
|
* Update QPS test to proto3 syntaxGravatar vjpai2015-06-05
|