1. 4ac2b8e Enable clang-tidy as a sanity check, fix up all known failures by Craig Tiller · 7 years ago
  2. baa14a9 Update clang-format to 5.0 by Craig Tiller · 7 years ago
  3. 918ce7a Fix QPS Async Client Next loop by Ken Payson · 7 years ago
  4. 37f1bd1 clear the request by yang-g · 7 years ago
  5. 1bf7207 Merge pull request #13084 from kpayson64/cq_lambda by kpayson64 · 7 years ago
  6. 42bd87e Adds gRPC Experimental CQ DoThenAsyncNext lambda API by Ken Payson · 7 years ago
  7. ca31256 Remove redundant WaitForConnected by Yuchen Zeng · 7 years ago
  8. 088112f Create inproc version of QPS test and add a few simple tests of this to standard testing suite. by Vijay Pai · 7 years ago
  9. 320e703 Merge pull request #12924 from jtattermusch/json_run_localhost_timeouts_sanitizers by Jan Tattermusch · 7 years ago
  10. 779ae6f cap json_run_localhost to 10 mins under sanitizers by Jan Tattermusch · 7 years ago
  11. c18ad11 Wait until all clients connected before starting streams by Craig Tiller · 7 years ago
  12. f6cd77c Stability fixes by Craig Tiller · 7 years ago
  13. 768c894 reduce timeout for json_run_localhost by Jan Tattermusch · 7 years ago
  14. 22410e0 Merge pull request #12623 from vjpai/one_sided by Vijay Pai · 7 years ago
  15. 43b5522 Cancel outstanding streams when shutting down the client by Vijay Pai · 7 years ago
  16. adbcec4 Merge github.com:grpc/grpc into pollset_kick_stats by Craig Tiller · 7 years ago
  17. 4b047a3 Construction of streams shouldn't require triggering async ops by Vijay Pai · 7 years ago
  18. 4f5acf7 Merge github.com:grpc/grpc into pollset_kick_stats by Craig Tiller · 7 years ago
  19. 7f6a27a Merge pull request #12372 from vjpai/armalarmadingdong by Vijay Pai · 7 years ago
  20. 56969c2 Merge github.com:grpc/grpc into pollset_kick_stats by Craig Tiller · 7 years ago
  21. 58c33ba Decouple alarm construction from setting to avoid races in MT code by Vijay Pai · 7 years ago
  22. e1101cf Update Bazel for new systems by Craig Tiller · 7 years ago
  23. 0ff222a Add pollset_kick stats by Craig Tiller · 7 years ago
  24. 2897235 Expose stats into qps_driver by Craig Tiller · 7 years ago
  25. 90df76b Merge branch 'master' of https://github.com/grpc/grpc into visibility by Nicolas "Pixel" Noble · 7 years ago
  26. 2bc5e3a Moving visibility and package creation to the build system. by Nicolas "Pixel" Noble · 7 years ago
  27. 6defb32 Remove some pre-C++11-style workarounds by Vijay Pai · 7 years ago
  28. c389555 Move some internal includes to the right places by Vijay Pai · 7 years ago
  29. e1418e4 Switch to idiomatic Slice API by Vijay Pai · 7 years ago
  30. af313ca Eliminate copy in QPS Driver by ncteisen · 7 years ago
  31. 0133cc6 Avoid benchmarking allocs by ncteisen · 7 years ago
  32. 1932a50 Merge pull request #11787 from guantaol/qps_driver by Guantao Liu · 7 years ago
  33. 0f95fa4 Add idiomatic C++ API for grpc::Slice construction that doesn't by Vijay Pai · 7 years ago
  34. d996379 Reset OWNERS state by Craig Tiller · 7 years ago
  35. 29a7050 Fixed sanity. by Guantao Liu · 7 years ago
  36. 91d8f0b Added the missing header file and fixed a syntax error. by Guantao Liu · 7 years ago
  37. ac9fdfb Removed unnecessary default values and fixed sanity. by Guantao Liu · 7 years ago
  38. e72b5d6 Merge remote-tracking branch 'upstream/master' into qps_driver to resolve conflicts. by Guantao Liu · 7 years ago
  39. 5e47758 Make @vjpai an owner of qps_test by Craig Tiller · 7 years ago
  40. 68ce256 Sanitizing repo. by Nicolas "Pixel" Noble · 7 years ago
  41. 9877189 Merge pull request #11310 from nicolasnoble/import by Nicolas Noble · 7 years ago
  42. fdcb774 Regenerate projects and fixes by yang-g · 7 years ago
  43. b575a34 Replace InitBenchmark with InitTest. Remove qps_test.cc by yang-g · 7 years ago
  44. abe3cf5 Add a new metric 'Queries/CPU-sec'. Enable internal credential types. by Guantao Liu · 7 years ago
  45. c0baec6 Internalize structs and methods meant for being exposed through codegen by Vijay Pai · 7 years ago
  46. 873ee82 Add channel args to qps server by Craig Tiller · 7 years ago
  47. 5d80dc4 Merge branch 'master' of https://github.com/grpc/grpc into import by Nicolas "Pixel" Noble · 7 years ago
  48. dc1b51e clang fmt by ncteisen · 7 years ago
  49. 24e8207 Add json out flag to qps driver by ncteisen · 7 years ago
  50. c8e7a52 Merge remote-tracking branch 'origin/master' into HEAD by Ken Payson · 7 years ago
  51. 4d5c310 fix remaining license notices by Jan Tattermusch · 7 years ago
  52. 7897ae9 auto-fix most of licenses by Jan Tattermusch · 7 years ago
  53. 7bc55fd Merge remote-tracking branch 'ctiller/build-wtf' into import by Nicolas "Pixel" Noble · 7 years ago
  54. 4b07aab Support multiple threads per cq sharing, add tests by Vijay Pai · 7 years ago
  55. 840931e More import fixes by Craig Tiller · 7 years ago
  56. af6c83f Adding dummy layering check option. by Nicolas "Pixel" Noble · 7 years ago
  57. 8698f2b fix extern c location by Yuxuan Li · 7 years ago
  58. 6ca796d merge master, resolve conflict by Yuxuan Li · 7 years ago
  59. eb36b8a Merge branch 'master' of https://github.com/grpc/grpc into import by Nicolas "Pixel" Noble · 7 years ago
  60. 78f8ce3 The json parser comes from protobuf. by Nicolas "Pixel" Noble · 7 years ago
  61. 71ca420 QPS doesn't actually need gtest anymore. by Nicolas "Pixel" Noble · 7 years ago
  62. 57e12b1 Merge branch 'poll_stat' of github.com:lyuxuan/grpc into poll_stat by Yuxuan Li · 7 years ago
  63. a7f7fcf Merge branch 'master' into poll_stat by Yuxuan Li · 7 years ago
  64. 85d3a53 change gpr_atm to int by Yuxuan Li · 7 years ago
  65. d868a07 Merge github.com:grpc/grpc into uberpoll by Craig Tiller · 7 years ago
  66. 87827e0 use lock instand of atomics, fix include position by Yuxuan Li · 7 years ago
  67. bfb495d add override to GetPollCount() function by Yuxuan Li · 7 years ago
  68. a33e2b2 add some comments by Yuxuan Li · 7 years ago
  69. 5f9f37a fix minor by Yuxuan Li · 7 years ago
  70. f8365cd clean up, fix minor issue by Yuxuan Li · 7 years ago
  71. 28efff3 clang-format by Yuxuan Li · 7 years ago
  72. 5d3ddee adding server side poll stat by Yuxuan Li · 7 years ago
  73. 999ac15 initial implementation. by Yuxuan Li · 7 years ago
  74. c357179 Isolate timer checking in its own thread by Craig Tiller · 7 years ago
  75. eea8cf0 Add QPS tests for one-sided streaming by Vijay Pai · 7 years ago
  76. f26caee clang-format by Craig Tiller · 7 years ago
  77. 9354720 Fix infinite streams in qps_test by Craig Tiller · 7 years ago
  78. 7c26eed Buildifier and wrapping test/cpp/* rules with our build system. by Nicolas "Pixel" Noble · 7 years ago
  79. 2018a40 create a grpc client qps test logging reporter by Alexander Polcyn · 7 years ago
  80. 45a9aba Add option to limit # of messages per stream with tests by Vijay Pai · 7 years ago
  81. 6ee38a7 Merge pull request #9780 from ctiller/cpp_bazelness by Nicolas Noble · 7 years ago
  82. 0ff932c Make sure that we hold contents of async operation until completion. by Vijay Pai · 7 years ago
  83. 6f7dcd0 Clang-format. by Nicolas "Pixel" Noble · 7 years ago
  84. b02dd01 Fixing qps & benchmark. by Nicolas "Pixel" Noble · 7 years ago
  85. ddab452 Merge branch 'master' of https://github.com/grpc/grpc into cpp_bazelness by Nicolas "Pixel" Noble · 7 years ago
  86. 0a6d30b Buildifier. by Nicolas "Pixel" Noble · 7 years ago
  87. 98e282a Eliminate std::placeholders by Vijay Pai · 7 years ago
  88. cedfa76 Merge pull request #10000 from yang-g/grpc_pb_h by Yang Gao · 7 years ago
  89. 90f43d4 add missing header by yang-g · 7 years ago
  90. d0084c2 Include x.pb.h instead of x.grpc.pb.h for message-only protos by yang-g · 7 years ago
  91. 2499206 Finish streams that error. Don't histogram failed ops. by Vijay Pai · 7 years ago
  92. 2363cad Merge branch 'cpp_bazelness' of github.com:ctiller/grpc into cpp_bazelness by Craig Tiller · 7 years ago
  93. bf515b6 Merge github.com:grpc/grpc into cpp_bazelness by Craig Tiller · 7 years ago
  94. b32ffb9 Fixes by Craig Tiller · 7 years ago
  95. 3a48847 qps BUILD progress by Craig Tiller · 7 years ago
  96. 221edc1 Remove dead code by Craig Tiller · 7 years ago
  97. 5395aba Merge github.com:grpc/grpc into bwest by Craig Tiller · 7 years ago
  98. 7ec4748 Improve sync streaming benchmark, fix deadlock that can occur sometimes by Craig Tiller · 7 years ago
  99. bd0b054 windows compilation fixes by Jan Tattermusch · 8 years ago
  100. 03370d3 Merge branch 'master' into poll-cv-disable by Sree Kuchibhotla · 7 years ago