aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/qps/qps_worker.cc
Commit message (Expand)AuthorAge
* Added benchmarks for Callback based Unary serverGravatar Moiz Haidry2018-11-07
* Benchmark test for callback unary gRPCGravatar Moiz Haidry2018-10-08
* Make QPS server builder customizeabledGravatar Alex Polcyn2018-07-23
* Break out qps services into seperate protosGravatar kpayson642018-04-18
* Change grpc++ references in names to grpcppGravatar Vijay Pai2018-03-08
* Privatize host_port.h; was not used in any wrapped language implementationGravatar Vijay Pai2018-01-25
* Move histogram to test/core/utilGravatar Vijay Pai2017-11-30
* Create inproc version of QPS test and add a few simple tests of this to stand...Gravatar Vijay Pai2017-10-19
* Removed unnecessary default values and fixed sanity.Gravatar Guantao Liu2017-07-14
* Add a new metric 'Queries/CPU-sec'.Gravatar Guantao Liu2017-07-12
* 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
* 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 dri...Gravatar vjpai2016-02-02
| * Copyright and clang-formatGravatar Vijay Pai2016-02-01
| * Enable properly working core limits on clients and servers,Gravatar Vijay Pai2016-02-01
| * 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
| * 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 tests...Gravatar Vijay Pai2016-01-13
* | 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
|/
* Address some review comments about signal and restoring qps_test_with_pollGravatar vjpai2015-11-04
* clang-formatGravatar Vijay Pai2015-11-04
* Cleanup some namesGravatar vjpai2015-11-02
* QPS worker no longer needs to specify server port on command line. This is partGravatar vjpai2015-10-29
* Split up into a new service proto, use proper service suffix, add aGravatar vjpai2015-10-29
* Numerous proto changes to make things more sane and fix some outstanding issuesGravatar vjpai2015-10-28