- f2764e7 clang-format by Vijay Pai · 8 years ago
- 90102c2 Eliminate unnecessary uses of new[]/delete[] that can be replaced with vector by Vijay Pai · 8 years ago
- c0b2acb Use C++11 final and override by Vijay Pai · 8 years ago
- 86cb138 Handle failed calls in sync client by Craig Tiller · 8 years ago
- 44b12f9 clang-format by Craig Tiller · 8 years ago
- bd37a21 Cleanup, debug support by Craig Tiller · 8 years ago
- f50020c Appease the const gods, improve readability, stop using 0 and 1 as by Vijay Pai · 8 years ago
- d02988d clang-format by Vijay Pai · 8 years ago
- 25128f1 Better ending for open-loop tests: never wait more than 1 second by Vijay Pai · 8 years ago
- 5fde20d clang-format by Vijay Pai · 9 years ago
- 40317fd 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. by Vijay Pai · 9 years ago
- aa8bbeb Merge branch 'verbose_errors' into histo by Vijay Pai · 9 years ago
- f373f2c Stop holding histogram for a long time by Vijay Pai · 9 years ago
- b0f15e8 Reduce assertions, use status codes, increase verbosity on errors by vjpai · 9 years ago
- 711472f Remove unused gflags and gtest includes by vjpai · 9 years ago
- 6169d5f Update copyrights by Craig Tiller · 9 years ago
- 9533d04 Fix includes by Craig Tiller · 9 years ago
- e2d39e0 Timer->UsageTimer consistently by vjpai · 9 years ago
- 732a875 Add a sanity test for name aliasing by Craig Tiller · 9 years ago
- 1132c6b Simplify and properly implement openloop testing. Revive it in tests as well by Vijay Pai · 9 years ago
- 6a48405 pre sync_stream.cc creation. Does not compile by David Garcia Quintas · 9 years ago
- 2bf574f Added back trailing newlines by David Garcia Quintas · 9 years ago
- eeb02ba Update copyrights again by murgatroid99 · 9 years ago
- 5bd6f2e Merge branch 'master' into bbuf by Vijay Pai · 9 years ago
- 18c0477 Got rid of all compilation problems, now need to test by Vijay Pai · 9 years ago
- e488668 WIP by Vijay Pai · 9 years ago
- 1b4e330 Consolidate C++ proto files under src/proto by Craig Tiller · 9 years ago
- d08a738 Cleanup some names by vjpai · 9 years ago
- 119c103 Split up into a new service proto, use proper service suffix, add a by vjpai · 9 years ago
- 754751e Numerous proto changes to make things more sane and fix some outstanding issues by vjpai · 9 years ago
- 52bfb25 Split qpstest.proto into two parts - one for performance stats and by vjpai · 9 years ago
- 0cc1341 Move qpstest.proto to a common area (test/proto) instead of test/cpp/qps by vjpai · 9 years ago
- 0ba432d Move profiling system to gpr by Craig Tiller · 9 years ago
- 1f41b6b Simplify adding annotations, annotate more things by Craig Tiller · 9 years ago
- 86253ca Latency traces by Craig Tiller · 9 years ago
- 1ebb7c8 Hand-written changes by Craig Tiller · 9 years ago
- 9e2f90c headers reorg by yang-g · 9 years ago
- 90e7369 clang-format plus helpful comments by Vijay Pai · 9 years ago
- eed63fa Remaining changes needed to get QPS test working on old compilers. by Vijay Pai · 9 years ago
- bc78c20 Eliminate use of this_thread::sleep_until by Vijay Pai · 9 years ago
- c1a2c31 Update the Status API by Yang Gao · 10 years ago
- 372fd87 Revert "Revert "Open loop sync/async multithreaded testing"" by Vijay Pai · 10 years ago
- d55636d Revert "Open loop sync/async multithreaded testing" by Craig Tiller · 10 years ago
- 924d459 Fix timer issues by vjpai · 10 years ago
- 675140c Merge branch 'master' into poisson by vjpai · 10 years ago
- 5c8737d clang-format qps code - it was getting out of hand by Craig Tiller · 10 years ago
- f993194 Merge branch 'stream_ctx' into poisson by vjpai · 10 years ago
- 0a41293 Also need to create a vector of streams by vjpai · 10 years ago
- 36ff3f0 clang-format by Vijay Pai · 10 years ago
- 25aa12f Support multi-stream synchronous client tests by Vijay Pai · 10 years ago
- 0b94127 Merge branch 'master' into poisson by Vijay Pai · 10 years ago
- 9ba29cd Move end_threads to subclass since some subclass-specific fields will still be by vjpai · 10 years ago
- 07b2fe6 Move end_threads to subclass since some subclass-specific fields will still be by vjpai · 10 years ago
- c6aa60e Move interarrival timer to Client class so that it can be used for async tests by vjpai · 10 years ago
- 0e6df83 Merge branch 'master' into poisson by Vijay Pai · 10 years ago
- 87dd702 Fix embarassing break bug by Vijay Pai · 10 years ago
- 77e0d64 Fix a race in QPS client shutdown by Craig Tiller · 10 years ago
- 105ff2e Support for open-loop sync test by Vijay Pai · 10 years ago
- 66f37b4 Merge github.com:google/grpc into qps by Craig Tiller · 10 years ago
- 0caebbf Splitting gRPC service class codegen into its own set of files. by Nicolas "Pixel" Noble · 10 years ago
- 8a5a666 Handle errors better on client by Craig Tiller · 10 years ago
- aa2fca5 Remove asserts by Craig Tiller · 10 years ago
- 4967313 Remove unused header file for profiler by Vijay Pai · 10 years ago
- 55bb5bd No need to do an extra read by Vijay Pai · 10 years ago
- 46f6523 Added streaming C++ tests for sync and sync cases by vjpai · 10 years ago
- a182bf1 clang-format by Craig Tiller · 10 years ago
- a8dc37a Rename some files by Craig Tiller · 10 years ago[Renamed from test/cpp/qps/client.cc]
- 8856875 Async client progress by Craig Tiller · 10 years ago
- 76877c3 Generate latencies in driver by Craig Tiller · 10 years ago
- 10923c2 Formatting by Craig Tiller · 10 years ago
- 6af9ed0 Rework QPS client/server by Craig Tiller · 10 years ago
- 8ecb170 Fix that race better by Craig Tiller · 10 years ago
- 2d0f36c Driver to client/server kind of works by Craig Tiller · 10 years ago
- 5c004c6 Driver changes by Craig Tiller · 10 years ago
- 5b47818 Some compilers not happy with <:: and need < :: instead by vjpai · 10 years ago
- 7e80efc Making the usage of gflags uniform across distributions. by Nicolas "Pixel" Noble · 10 years ago
- ba60820 Fixing gflags' include path. by Nicolas "Pixel" Noble · 10 years ago
- 190d360 Add missing new-lines at end of file by Craig Tiller · 10 years ago
- 0605995 Update copyright to 2015 by Craig Tiller · 10 years ago
- 0ea6b43 Merge pull request #324 from ctiller/bench by Vijay Pai · 10 years ago
- 056ba54 Add pprof support by Craig Tiller · 10 years ago
- 5fd0d29 run clang-format by Yang Gao · 10 years ago
- 1ee7cb0 Merge github.com:google/grpc into format by Craig Tiller · 10 years ago
- 92fe70e Added new results to report resource usage and QPS, along with new proto support for this by vpai · 10 years ago
- b5dcec5 clang-format codebase by Craig Tiller · 10 years ago
- 59dfc90 Client side implementation of creating channel with credentials. by yangg · 10 years ago
- 80b6d01 Prepare QPS tests for running in GCE by vpai · 10 years ago