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