aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/qps/client.h
Commit message (Collapse)AuthorAge
* I was trigger-happy with changes to qps_worker in the hope of improvingGravatar vjpai2016-06-08
| | | | | | stability. I believe that this change was unneeded and actually may hurt matters by holding a lock for too long. Partially undoes #5444 , particular commit e7042b5
* clang-formatGravatar Craig Tiller2016-05-13
|
* Make qps workers connect before even warmup stage beginsGravatar Craig Tiller2016-05-13
|
* clang-format, make code more self-documentingGravatar Craig Tiller2016-04-29
|
* Add a shard channel arg to client channel constructionGravatar Craig Tiller2016-04-28
| | | | | | C core automatically shares subchannels between channels. Therefore our multiple channel performance tests were really testing single channel performance.
* Eradicate Uniform, Deterministic, and Pareto interarrivalGravatar vjpai2016-04-20
| | | | | distributions since we don't use them and it's not sensible to add them
* Update copyrightsGravatar Craig Tiller2016-03-31
|
* clang-formatGravatar Vijay Pai2016-02-26
|
* Simplify Mark processing codeGravatar vjpai2016-02-25
|
* Timer->UsageTimer consistentlyGravatar vjpai2016-02-24
|
* Add a sanity test for name aliasingGravatar Craig Tiller2016-02-22
|
* clang-formatGravatar Vijay Pai2016-02-12
|
* Attack of the const police.Gravatar vjpai2016-02-12
| | | | I also added some unrequested const's
* Cleanup to make it work with clang buildGravatar Vijay Pai2016-02-11
|
* Sanity (clang-format and copyright)Gravatar Vijay Pai2016-02-11
|
* Simplify and properly implement openloop testing.Gravatar Vijay Pai2016-02-11
| | | | Revive it in tests as well
* Fix random number generators and improve code style (stop usingGravatar Vijay Pai2016-02-10
| | | | operator overloads)
* Make dynamic sizing of async threads work againGravatar Vijay Pai2016-02-01
|
* Clean-up core list usage and make it possible to reset the core listGravatar Vijay Pai2016-02-01
|
* Change name from coresched to limit_coresGravatar vjpai2016-01-19
|
* Merge branch 'master' into corelimit2Gravatar vjpai2016-01-19
|\
* \ Merge branch 'master' into corelimit2Gravatar vjpai2016-01-19
|\ \
| | * Fix asan error caused by mismatch in alloc/dealloc between new[] andGravatar vjpai2016-01-18
| |/ | | | | | | regular delete...
| * 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
| |\ | |/ |/|
| * Remove dead code and a thus unneeded change to C++ bbufGravatar Vijay Pai2016-01-11
| |
| * clang-formatGravatar Vijay Pai2016-01-11
| |
| * Fix bugs and include build filesGravatar Vijay Pai2016-01-11
| |
| * More changes needed for generic supportGravatar Vijay Pai2016-01-07
| |
| * Got rid of all compilation problems, now need to testGravatar Vijay Pai2016-01-04
| |
| * WIPGravatar Vijay Pai2015-12-30
| |
* | 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
| * Merge branch 'master' into bbufGravatar vjpai2015-11-30
| |\ | |/ |/|
| * WIPGravatar vjpai2015-11-30
| |
* | clang-formatGravatar Craig Tiller2015-11-10
|/
* 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
|
* Add in security support, make payload protos configurableGravatar vjpai2015-11-04
| | | | Have not yet added tests with security support, coming soon
* Cleanup some namesGravatar vjpai2015-11-02
| | | | | Remove some unused options and make server_threads relevant Start stubbing out better qps/core calculations
* 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
|
* headers reorgGravatar yang-g2015-08-21
|
* Remove ChannelInterface and replace it with ChannelGravatar yang-g2015-08-19
|
* clang-formatGravatar Vijay Pai2015-08-11
|