aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/qps/qps_worker.cc
Commit message (Collapse)AuthorAge
* Added benchmarks for Callback based Unary serverGravatar Moiz Haidry2018-11-07
|
* Benchmark test for callback unary gRPCGravatar Moiz Haidry2018-10-08
| | | | Every thread intitiates multiple RPCs. The Callback of the unary RPC then issues a new RPC and this goes until the benchmark shuts down. For shutdown the main thread waits on a conditional variable. After shutdown the callbacks increment a rpcs done variable and once the the rpcs done equate the the total number of outstanding rpcs, the last callback performing the increment operation also issues a signal to wake up the main thread. The mainthread process to join the other threads and perform cleanup
* 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 ↵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
|
* 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
|