Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Delambdaify | Craig Tiller | 2016-10-17 |
| | |||
* | Fix benchmark shutdown | Craig Tiller | 2016-10-17 |
| | |||
* | Merge github.com:grpc/grpc into direct-calls | Craig Tiller | 2016-10-10 |
|\ | |||
| * | Merge pull request #8219 from markdroth/fail_fast | Mark D. Roth | 2016-10-07 |
| |\ | | | | | | | Change C++ API to expose wait_for_ready instead of fail_fast. | ||
| * | | Add missing delete | Craig Tiller | 2016-10-06 |
| | | | |||
| | * | Merge remote-tracking branch 'upstream/master' into fail_fast | Mark D. Roth | 2016-09-28 |
| | |\ | | |/ | |/| | |||
* | | | Merge github.com:grpc/grpc into direct-calls | Craig Tiller | 2016-09-28 |
|\| | | |||
| | * | Change C++ API to expose wait_for_ready instead of fail_fast. | Mark D. Roth | 2016-09-27 |
| | | | |||
| * | | Dont run benchmarks outside of linux for now | Craig Tiller | 2016-09-27 |
| | | | |||
| * | | Reduce # of benchmarks run as Jenkins unit tests | Craig Tiller | 2016-09-27 |
| |/ | |||
* | | Merge github.com:grpc/grpc into direct-calls | Craig Tiller | 2016-09-23 |
|\| | |||
| * | Properly init variable | yang-g | 2016-09-22 |
| | | |||
* | | Merge github.com:grpc/grpc into direct-calls | Craig Tiller | 2016-09-15 |
|\| | |||
| * | Dont start requests until all clients have gotten connected | Craig Tiller | 2016-09-14 |
| | | |||
| * | Add an initial mark that clients could use to delay startup of requests | Craig Tiller | 2016-09-14 |
| | | |||
* | | clang-format | Craig Tiller | 2016-09-08 |
| | | |||
| * | Merge pull request #7816 from ctiller/benchmark-verbosity | Craig Tiller | 2016-09-07 |
| |\ | | | | | | | Increase log verbosity for benchmark driver | ||
* | \ | Merge branch 'benchmark-verbosity' into direct-calls | Craig Tiller | 2016-09-07 |
|\ \ \ | | |/ | |/| | |||
* | | | Cleanup, debug support | Craig Tiller | 2016-09-07 |
| | | | |||
* | | | Merge github.com:grpc/grpc into merge-parse | Craig Tiller | 2016-08-22 |
|\ \ \ | | |/ | |/| | |||
| * | | Merge pull request #6732 from ctiller/consistent_client_count | Craig Tiller | 2016-08-22 |
| |\ \ | | | | | | | | | Make client_channels be across all clients, not per-client | ||
| | | * | Increase log verbosity for benchmark driver | Craig Tiller | 2016-08-22 |
| | |/ | |/| | |||
* | | | Merge github.com:grpc/grpc into merge-parse | Craig Tiller | 2016-08-18 |
|\| | | |||
| * | | Merge pull request #7648 from vjpai/qps_better_ptr | kpayson64 | 2016-08-15 |
| |\ \ | | | | | | | | | Use unique_ptr properly in QPS async tests | ||
* | | | | Timing nuances | Craig Tiller | 2016-08-09 |
| | | | | |||
| * | | | Appease the const gods, improve readability, stop using 0 and 1 as | Vijay Pai | 2016-08-08 |
| | | | | | | | | | | | | | | | | proxies for false and true. | ||
| * | | | clang-format | Vijay Pai | 2016-08-05 |
| | | | | |||
| * | | | Better ending for open-loop tests: never wait more than 1 second | Vijay Pai | 2016-08-05 |
| | | | | | | | | | | | | | | | | if we are in termination mode | ||
| * | | | Dramatically reduce time required to complete sync test when running | Vijay Pai | 2016-08-05 |
|/ / / | | | | | | | | | | with lots of threads (by parallelizing shutdown of course) | ||
| * / | Properly use unique_ptr rather than explicitly | Vijay Pai | 2016-08-05 |
|/ / | | | | | | | deleting server context wrappers in QPS test | ||
* | | Don't assert if we're not able to set affinity for some reason | Vijay Pai | 2016-07-30 |
| | | |||
* | | Fix compile error | Craig Tiller | 2016-07-15 |
| | | |||
* | | Merge branch 'histo' of github.com:vjpai/grpc into delayed-write | Craig Tiller | 2016-07-15 |
|\ \ | |||
* | | | Cleanup from code review | Craig Tiller | 2016-07-14 |
| | | | |||
| * | | clang-format | Vijay Pai | 2016-07-13 |
| | | | |||
| * | | Resolve pernicious race between destructor and thread functions by insisting ↵ | Vijay Pai | 2016-07-13 |
| | | | | | | | | | | | | that destructor is invoked after the class has gone back to being a harmless single-threaded thing. | ||
* | | | Fix some failures | Craig Tiller | 2016-07-13 |
| | | | |||
| * | | Temporary workaround by setting up a deadline on server shutdown. | Vijay Pai | 2016-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 process | Vijay Pai | 2016-07-13 |
| | | | |||
* | | | Dont stall shutting down server | Craig Tiller | 2016-07-13 |
| | | | |||
* | | | get timeouts working on run_tests.py again | Craig Tiller | 2016-07-13 |
| | | | |||
* | | | Better fine-tuning | Craig Tiller | 2016-07-12 |
| | | | |||
* | | | Get json_run_localhost working again | Craig Tiller | 2016-07-12 |
| | | | |||
* | | | Get json_run_localhost working again | Craig Tiller | 2016-07-12 |
| | | | |||
* | | | Actually run json_run_localhost tests | Craig Tiller | 2016-07-12 |
| | | | |||
* | | | Make request freelists per cq, to allow drastically higher requested call counts | Craig Tiller | 2016-07-12 |
| | | | |||
* | | | Ensure timely response to marks | Craig Tiller | 2016-07-12 |
| | | | |||
| * | | Fix some shutdown errors related to CQ/join ordering | Vijay Pai | 2016-07-08 |
| | | | |||
| * | | Merge branch 'verbose_errors' into histo | Vijay Pai | 2016-07-08 |
| |\ \ | |||
| * | | | Stop holding histogram for a long time | Vijay Pai | 2016-07-08 |
| | | | |