aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/qps/client.h
Commit message (Collapse)AuthorAge
* Add QPS tests for one-sided streamingGravatar Vijay Pai2017-05-02
|
* Include x.pb.h instead of x.grpc.pb.h for message-only protosGravatar yang-g2017-03-06
|
* Merge pull request #9322 from apolcyn/deprecate_benchmark_core_listsGravatar apolcyn2017-01-17
|\ | | | | Don't configure core lists in in benchmark driver
| * re-run generate project to build qps json driverGravatar Alexander Polcyn2017-01-11
| |
| * remove LimitCores in c++ benchmarkGravatar Alexander Polcyn2017-01-11
| |
* | add setting channel args functionality to performance tesingGravatar Yuxuan Li2017-01-11
|/ | | | | | setting channel args --draft clang-format
* Merge pull request #8638 from vjpai/conformGravatar Vijay Pai2016-11-10
|\ | | | | Improve C++11 conformance
* \ Merge github.com:grpc/grpc into grpc_sliceGravatar Craig Tiller2016-11-04
|\ \
| | * Eliminate unnecessary uses of new[]/delete[] that can be replacedGravatar Vijay Pai2016-11-04
| |/ | | | | | | | | | | with vector Also start eliminating uses of plain-old delete that are not helpful
| * Use C++11 final and overrideGravatar Vijay Pai2016-11-01
| |
* | s/gpr_slice/grpc_slice, and move around tests, implsGravatar Craig Tiller2016-10-26
|/
* Complete reporting for failure ratesGravatar Craig Tiller2016-09-29
|
* Start to log errors from benchmarkGravatar Craig Tiller2016-09-29
|
* Collecting failure status progressGravatar Craig Tiller2016-09-28
|
* Properly init variableGravatar yang-g2016-09-22
|
* Dont start requests until all clients have gotten connectedGravatar Craig Tiller2016-09-14
|
* Add an initial mark that clients could use to delay startup of requestsGravatar Craig Tiller2016-09-14
|
* Appease the const gods, improve readability, stop using 0 and 1 asGravatar Vijay Pai2016-08-08
| | | | proxies for false and true.
* clang-formatGravatar Vijay Pai2016-08-05
|
* Better ending for open-loop tests: never wait more than 1 secondGravatar Vijay Pai2016-08-05
| | | | if we are in termination mode
* Dramatically reduce time required to complete sync test when runningGravatar Vijay Pai2016-08-05
| | | | with lots of threads (by parallelizing shutdown of course)
* 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.
* Stop holding histogram for a long timeGravatar Vijay Pai2016-07-08
|
* 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
|\|