aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/qps
Commit message (Collapse)AuthorAge
* Fix compile errorGravatar Craig Tiller2016-07-15
|
* Merge branch 'histo' of github.com:vjpai/grpc into delayed-writeGravatar Craig Tiller2016-07-15
|\
* | Cleanup from code reviewGravatar Craig Tiller2016-07-14
| |
| * 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 failuresGravatar Craig Tiller2016-07-13
| |
| * Temporary workaround by setting up a deadline on server shutdown.Gravatar Vijay Pai2016-07-13
| | | | | | | | | | This reveals an issue that needs to be solved: D0713 14:48:28.049861213 14503 server.c:704] Waiting for 44 channels and 0/1 listeners to be destroyed before shutting down server
| * Unify and make consistent the per-thread shutdown processGravatar Vijay Pai2016-07-13
| |
* | Dont stall shutting down serverGravatar Craig Tiller2016-07-13
| |
* | get timeouts working on run_tests.py againGravatar Craig Tiller2016-07-13
| |
* | Better fine-tuningGravatar Craig Tiller2016-07-12
| |
* | Get json_run_localhost working againGravatar Craig Tiller2016-07-12
| |
* | Get json_run_localhost working againGravatar Craig Tiller2016-07-12
| |
* | Actually run json_run_localhost testsGravatar Craig Tiller2016-07-12
| |
* | Make request freelists per cq, to allow drastically higher requested call countsGravatar Craig Tiller2016-07-12
| |
* | Ensure timely response to marksGravatar Craig Tiller2016-07-12
| |
| * Fix some shutdown errors related to CQ/join orderingGravatar Vijay Pai2016-07-08
| |
| * Merge branch 'verbose_errors' into histoGravatar Vijay Pai2016-07-08
| |\
| * | Stop holding histogram for a long timeGravatar Vijay Pai2016-07-08
| | |
* | | Fix high seqno tests, up runtimes for benchmark tests to flush more bugsGravatar Craig Tiller2016-07-07
|/ /
| * Add more information so that we can have a meaningful exit codeGravatar Vijay Pai2016-07-07
| |
| * Reduce assertions, use status codes, increase verbosity on errorsGravatar vjpai2016-07-06
|/
* Colocate calls for the same channel on the same CQGravatar Craig Tiller2016-06-27
|
* Merge branch 'master' into wheezyGravatar Vijay Pai2016-06-17
|\
| * Merge pull request #6838 from vjpai/trigger_happyGravatar Jan Tattermusch2016-06-16
| |\ | | | | | | Revert unneeded change in qps worker
* | | Include <cinttypes> for PRIuPTR. Not clear why this is needed.Gravatar Vijay Pai2016-06-16
| | |
* | | Merge branch 'master' into wheezyGravatar Vijay Pai2016-06-15
|\| |
* | | Specify template parent explicitlyGravatar Vijay Pai2016-06-15
| | |
| * | Fix gpr_log format mismatches in c++ testsGravatar Yuchen Zeng2016-06-10
| | |
| * | Factor out json seriailzation code and move it into parse_json.Gravatar David Klempner2016-06-08
|/ / | | | | | | | | | | This is for the same reasons as ParseJson, that is so that we can limit the scope of the proto namespace differences between internal and external.
| * 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
* merge and resolve conflictsGravatar yang-g2016-06-03
|\
* | Make grpc++ independent of protobufGravatar yang-g2016-06-03
| |
| * Remove unused gflags and gtest includesGravatar vjpai2016-05-31
| |
| * Deprecate perf_db useGravatar vjpai2016-05-31
|/
* Speed up testsGravatar Craig Tiller2016-05-23
|
* Cleanup redundant testsGravatar Craig Tiller2016-05-23
|
* Fix timeout on async server shutdownGravatar Craig Tiller2016-05-23
| | | | | Server was continuing to make requests for new calls forever, which were starving out the shutdown sequence. Change order and win.
* Merge branch 'guess_cpu' into test_affineGravatar Craig Tiller2016-05-20
|\
| * Better guesses at benchmarks turned unit tests cpu costGravatar Craig Tiller2016-05-20
| |
* | Better testingGravatar Craig Tiller2016-05-16
|/
* clang-formatGravatar Craig Tiller2016-05-13
|
* Make qps workers connect before even warmup stage beginsGravatar Craig Tiller2016-05-13
|
* fix formattingGravatar Jan Tattermusch2016-05-11
|
* add support for scenario categoriesGravatar Jan Tattermusch2016-05-05
|
* Merge pull request #6340 from ctiller/fail_fast_breaks_qpsGravatar Jan Tattermusch2016-05-02
|\ | | | | Disable fail fast for qps driver
* | 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.
| * Disable fail fast for qps driverGravatar Craig Tiller2016-04-28
|/
* Merge pull request #6147 from ctiller/strong-includesGravatar Nicolas Noble2016-04-21
|\ | | | | Rollup of changes from latest import