1. fdcb774 Regenerate projects and fixes by yang-g · 7 years ago
  2. b575a34 Replace InitBenchmark with InitTest. Remove qps_test.cc by yang-g · 7 years ago
  3. c0baec6 Internalize structs and methods meant for being exposed through codegen by Vijay Pai · 7 years ago
  4. 873ee82 Add channel args to qps server by Craig Tiller · 7 years ago
  5. dc1b51e clang fmt by ncteisen · 7 years ago
  6. 24e8207 Add json out flag to qps driver by ncteisen · 7 years ago
  7. c8e7a52 Merge remote-tracking branch 'origin/master' into HEAD by Ken Payson · 7 years ago
  8. 4d5c310 fix remaining license notices by Jan Tattermusch · 7 years ago
  9. 7897ae9 auto-fix most of licenses by Jan Tattermusch · 7 years ago
  10. 4b07aab Support multiple threads per cq sharing, add tests by Vijay Pai · 7 years ago
  11. 8698f2b fix extern c location by Yuxuan Li · 7 years ago
  12. 6ca796d merge master, resolve conflict by Yuxuan Li · 7 years ago
  13. eb36b8a Merge branch 'master' of https://github.com/grpc/grpc into import by Nicolas "Pixel" Noble · 7 years ago
  14. 78f8ce3 The json parser comes from protobuf. by Nicolas "Pixel" Noble · 7 years ago
  15. 71ca420 QPS doesn't actually need gtest anymore. by Nicolas "Pixel" Noble · 7 years ago
  16. 57e12b1 Merge branch 'poll_stat' of github.com:lyuxuan/grpc into poll_stat by Yuxuan Li · 7 years ago
  17. a7f7fcf Merge branch 'master' into poll_stat by Yuxuan Li · 7 years ago
  18. 85d3a53 change gpr_atm to int by Yuxuan Li · 7 years ago
  19. d868a07 Merge github.com:grpc/grpc into uberpoll by Craig Tiller · 7 years ago
  20. 87827e0 use lock instand of atomics, fix include position by Yuxuan Li · 7 years ago
  21. bfb495d add override to GetPollCount() function by Yuxuan Li · 7 years ago
  22. a33e2b2 add some comments by Yuxuan Li · 7 years ago
  23. 5f9f37a fix minor by Yuxuan Li · 7 years ago
  24. f8365cd clean up, fix minor issue by Yuxuan Li · 7 years ago
  25. 28efff3 clang-format by Yuxuan Li · 7 years ago
  26. 5d3ddee adding server side poll stat by Yuxuan Li · 7 years ago
  27. 999ac15 initial implementation. by Yuxuan Li · 7 years ago
  28. c357179 Isolate timer checking in its own thread by Craig Tiller · 7 years ago
  29. eea8cf0 Add QPS tests for one-sided streaming by Vijay Pai · 7 years ago
  30. f26caee clang-format by Craig Tiller · 7 years ago
  31. 9354720 Fix infinite streams in qps_test by Craig Tiller · 7 years ago
  32. 7c26eed Buildifier and wrapping test/cpp/* rules with our build system. by Nicolas "Pixel" Noble · 7 years ago
  33. 2018a40 create a grpc client qps test logging reporter by Alexander Polcyn · 7 years ago
  34. 45a9aba Add option to limit # of messages per stream with tests by Vijay Pai · 7 years ago
  35. 6ee38a7 Merge pull request #9780 from ctiller/cpp_bazelness by Nicolas Noble · 7 years ago
  36. 0ff932c Make sure that we hold contents of async operation until completion. by Vijay Pai · 7 years ago
  37. 6f7dcd0 Clang-format. by Nicolas "Pixel" Noble · 7 years ago
  38. b02dd01 Fixing qps & benchmark. by Nicolas "Pixel" Noble · 7 years ago
  39. ddab452 Merge branch 'master' of https://github.com/grpc/grpc into cpp_bazelness by Nicolas "Pixel" Noble · 7 years ago
  40. 0a6d30b Buildifier. by Nicolas "Pixel" Noble · 7 years ago
  41. 98e282a Eliminate std::placeholders by Vijay Pai · 7 years ago
  42. cedfa76 Merge pull request #10000 from yang-g/grpc_pb_h by Yang Gao · 7 years ago
  43. 90f43d4 add missing header by yang-g · 7 years ago
  44. d0084c2 Include x.pb.h instead of x.grpc.pb.h for message-only protos by yang-g · 7 years ago
  45. 2499206 Finish streams that error. Don't histogram failed ops. by Vijay Pai · 7 years ago
  46. 2363cad Merge branch 'cpp_bazelness' of github.com:ctiller/grpc into cpp_bazelness by Craig Tiller · 7 years ago
  47. bf515b6 Merge github.com:grpc/grpc into cpp_bazelness by Craig Tiller · 7 years ago
  48. b32ffb9 Fixes by Craig Tiller · 7 years ago
  49. 3a48847 qps BUILD progress by Craig Tiller · 7 years ago
  50. 221edc1 Remove dead code by Craig Tiller · 7 years ago
  51. 5395aba Merge github.com:grpc/grpc into bwest by Craig Tiller · 7 years ago
  52. 7ec4748 Improve sync streaming benchmark, fix deadlock that can occur sometimes by Craig Tiller · 7 years ago
  53. bd0b054 windows compilation fixes by Jan Tattermusch · 7 years ago
  54. 03370d3 Merge branch 'master' into poll-cv-disable by Sree Kuchibhotla · 7 years ago
  55. ca7effc Replace timeout/scaling macros with functions. by Robbie Shade · 7 years ago
  56. 70d9ca4 Excluded async_client_sync_server_* tests for poll-cv engine since it by Sree Kuchibhotla · 7 years ago
  57. 44e907a Merge pull request #9322 from apolcyn/deprecate_benchmark_core_lists by apolcyn · 7 years ago
  58. 62a7ca8 re-run clang-format.sh by Alexander Polcyn · 8 years ago
  59. def69b3 Merge pull request #8816 from lyuxuan/cpu_usage2 by lyuxuan · 8 years ago
  60. 6ff1ca4 re-run generate project to build qps json driver by Alexander Polcyn · 8 years ago
  61. 8a0ef63 remove LimitCores in c++ benchmark by Alexander Polcyn · 8 years ago
  62. a6e796f ignore core counts and core lists in qps json driver by Alexander Polcyn · 8 years ago
  63. ac87a46 enable uploading server cpu usage data from performance tests to big query by Yuxuan Li · 8 years ago
  64. 98c0bd7 add setting channel args functionality to performance tesing by Yuxuan Li · 8 years ago
  65. 9f89107 better qps_json_driver message when QPS_WORKERS env is missing by Jan Tattermusch · 8 years ago
  66. 4873d30 allow disable core_list setting and override qps server in benchmarks by Alexander Polcyn · 8 years ago
  67. fcf09ea handle empty string for qps workers in driver and dont quit them on netperf by Alex Polcyn · 8 years ago
  68. bf25e24 Fix test name conflict in import. Also use low-thread-count variant for asan. by Mark D. Roth · 8 years ago
  69. 3c5a868 PR comments #2 by David Garcia Quintas · 8 years ago
  70. 523a4aa PR comments by David Garcia Quintas · 8 years ago
  71. a0a3c41 Merge branch 'master' of github.com:grpc/grpc into json_localhost_carnage by David Garcia Quintas · 8 years ago
  72. d6936b6 PR comments by David Garcia Quintas · 8 years ago
  73. 0d8c9cf Merge pull request #8868 from markdroth/fixit_qps by Mark D. Roth · 8 years ago
  74. 9564cf9 Take into account all the configs by Craig Tiller · 8 years ago
  75. c56d3eb Improve logging. by Mark D. Roth · 8 years ago
  76. 6deadf5 Propagate termination signals to subprocesses by David Garcia Quintas · 8 years ago
  77. c991e80 Limit outstanding rpc count for synchronous {client,server} tsan tests by Craig Tiller · 8 years ago
  78. ab34b12 Make a better educated guess about CPU costs of a benchmark by Craig Tiller · 8 years ago
  79. f739c05 Make a better educated guess about CPU costs of a benchmark by Craig Tiller · 8 years ago
  80. 37d5f9b Add debug logging for process termination state. by Mark D. Roth · 8 years ago
  81. aaefa95 Merge pull request #8638 from vjpai/conform by Vijay Pai · 8 years ago
  82. 3b51f0b Merge pull request #8313 from lyuxuan/cpu_usage2 by lyuxuan · 8 years ago
  83. b720b60 Merge github.com:grpc/grpc into grpc_slice by Craig Tiller · 8 years ago
  84. ef22989 Merge branch 'master' into conform by Vijay Pai · 8 years ago
  85. 12df928 fixing override by Yuxuan Li · 8 years ago
  86. 8114153 Merge branch 'master' into cpu_usage2 by Yuxuan Li · 8 years ago
  87. 314f439 Increase test timeouts by Craig Tiller · 8 years ago
  88. 56540ba clang-format by Vijay Pai · 8 years ago
  89. 32df467 Merge github.com:grpc/grpc into grpc_slice by Craig Tiller · 8 years ago
  90. f4671bf Remove a namespace and start using a lambda for a small function by Vijay Pai · 8 years ago
  91. c01958b Cleanup unneeded namespace by Vijay Pai · 8 years ago
  92. f2764e7 clang-format by Vijay Pai · 8 years ago
  93. 90102c2 Eliminate unnecessary uses of new[]/delete[] that can be replaced with vector by Vijay Pai · 8 years ago
  94. e140d5c Regenerate all projects by Vijay Pai · 8 years ago
  95. 713c7b8 clang-format by Vijay Pai · 8 years ago
  96. c0b2acb Use C++11 final and override by Vijay Pai · 8 years ago
  97. d68ea95 fixing conflicts with new upstream master by Yuxuan Li · 8 years ago
  98. c9ca0a9 clang-format for recently changed files. merged upstream master by Yuxuan Li · 8 years ago
  99. 5a991e2 Merge branch 'master' into cpu_usage2 by Yuxuan Li · 8 years ago
  100. b798231 Merge github.com:grpc/grpc into grpc_slice by Craig Tiller · 8 years ago