582 Commits (5c6f05b4f0c792bb728172af0e8dc54c7e983172)

Author SHA1 Message Date
Craig Tiller 314f43991c Increase test timeouts 8 years ago
Vijay Pai e140d5c60d Regenerate all projects 8 years ago
Vijay Pai 713c7b87e1 clang-format 8 years ago
Vijay Pai c0b2acb1a0 Use C++11 final and override 8 years ago
Craig Tiller 86cb138ee9 Handle failed calls in sync client 8 years ago
Craig Tiller d41a4a720f s/gpr_slice/grpc_slice, and move around tests, impls 8 years ago
Craig Tiller afcc8752f3 clang-format 8 years ago
Vijay Pai d923583768 Minor cleanup - remove an unneeded header, mark a class final, explicitly specify parent class 8 years ago
Craig Tiller 20afa3d7c9 BufferPool --> ResourceQuota 8 years ago
Craig Tiller 14c836fcd1 Delambdaify 8 years ago
Craig Tiller b019d61f9a Fix benchmark shutdown 8 years ago
Craig Tiller 624f4ba76d Add missing delete 8 years ago
Craig Tiller 0895545a58 Complete reporting for failure rates 8 years ago
Craig Tiller 032f9bfb58 Start to log errors from benchmark 8 years ago
Craig Tiller 1a8c52e479 Collect stats on # failed requests 8 years ago
Craig Tiller 0c80c7d12c Collecting failure status progress 8 years ago
Mark D. Roth 9477724003 Change C++ API to expose wait_for_ready instead of fail_fast. 8 years ago
Craig Tiller af9da92a60 Dont run benchmarks outside of linux for now 8 years ago
Craig Tiller 91bb6241ab Reduce # of benchmarks run as Jenkins unit tests 8 years ago
yang-g e267f86c43 Properly init variable 8 years ago
Craig Tiller 9e1c2d2358 Dont start requests until all clients have gotten connected 8 years ago
Craig Tiller 531976a6d4 Add an initial mark that clients could use to delay startup of requests 8 years ago
Craig Tiller 44b12f9e23 clang-format 8 years ago
Craig Tiller bd37a21c26 Cleanup, debug support 8 years ago
Craig Tiller 74a1d9a939 Increase log verbosity for benchmark driver 8 years ago
Craig Tiller ca04562286 Timing nuances 8 years ago
Vijay Pai f50020ce03 Appease the const gods, improve readability, stop using 0 and 1 as 8 years ago
Vijay Pai d02988d6b5 clang-format 8 years ago
Vijay Pai 25128f1adf Better ending for open-loop tests: never wait more than 1 second 8 years ago
Vijay Pai 773ecd62dd Dramatically reduce time required to complete sync test when running 8 years ago
Vijay Pai 4f17395b81 Properly use unique_ptr rather than explicitly 8 years ago
Vijay Pai 6e5c33c3e2 Don't assert if we're not able to set affinity for some reason 8 years ago
Craig Tiller 77c7f9fd62 Merge pull request #7407 from ctiller/delayed-write 9 years ago
Craig Tiller 5ca7e47493 Merge pull request #6737 from ctiller/delayed-write 9 years ago
Craig Tiller ad94fdfe51 Fix compile error 9 years ago
Craig Tiller 0a06cd7b68 Cleanup from code review 9 years ago
Vijay Pai 5fde20d9f0 clang-format 9 years ago
Vijay Pai 40317fd720 Resolve pernicious race between destructor and thread functions by insisting that destructor is invoked after the class has gone back to being a harmless single-threaded thing. 9 years ago
Craig Tiller 8da7b1f779 Fix some failures 9 years ago
Vijay Pai ad7c527618 Temporary workaround by setting up a deadline on server shutdown. 9 years ago
Vijay Pai a831651aa5 Unify and make consistent the per-thread shutdown process 9 years ago
Craig Tiller b5ee1cdcb9 Dont stall shutting down server 9 years ago
Craig Tiller 38fb8de100 get timeouts working on run_tests.py again 9 years ago
Craig Tiller e64d693050 Better fine-tuning 9 years ago
Craig Tiller 61e2040de0 Get json_run_localhost working again 9 years ago
Craig Tiller 72376da8ba Get json_run_localhost working again 9 years ago
Craig Tiller 9e3691c5bd Actually run json_run_localhost tests 9 years ago
Craig Tiller b19dbead67 Make request freelists per cq, to allow drastically higher requested call counts 9 years ago
Craig Tiller 1d03e100eb Ensure timely response to marks 9 years ago
Vijay Pai f782465fba Fix some shutdown errors related to CQ/join ordering 9 years ago