1. 9184272 fixed indentation by Bill Feng · 6 years ago
  2. 0ce7f91 used names instead of numbers for each scenario by Bill Feng · 6 years ago
  3. 21824af used alternative approach - generated bazel scenarios by Bill Feng · 6 years ago
  4. 654a1ea made timeout longer by Bill Feng · 6 years ago
  5. 5fb6603 Merge remote-tracking branch 'upstream/master' into feature/qps-bazel-test by Bill Feng · 6 years ago
  6. e360d82 Clang tidy by Hope Casey-Allen · 6 years ago
  7. 839a052 Add an option to collect medians every epoch. Useful for gathering per second median latencies by Hope Casey-Allen · 6 years ago
  8. 5be7304 used standalone JSON files for scenarios by Bill Feng · 6 years ago
  9. 373c5b3 added qps tests on bazel by Bill Feng · 6 years ago
  10. a2160f5 Wait a configurable amount of time for benchmark channels to become ready by Alexander Polcyn · 6 years ago
  11. ef29e14 Use test credentials provider for QPS benchmarking reporter client by Alexander Polcyn · 6 years ago
  12. 92e0a70 Make QPS server builder customizeabled by Alex Polcyn · 6 years ago
  13. 8edd568 Step 3 of multipool RBE configuration. by Adele Zhou · 6 years ago
  14. 373fc6d Manual fixes to enable performance- clang tidy checks by Noah Eisen · 6 years ago
  15. 58e0cbf Enable the performance-* clang-tidy checks by Noah Eisen · 6 years ago
  16. add5840 gcov: dont run large json_run_localhost scenarios by Jan Tattermusch · 6 years ago
  17. 7a20c96 Break out qps services into seperate protos by kpayson64 · 6 years ago
  18. ac08180 Revert "Disabled the json_run_localhost:*_low_thread_count family of tests" by Jan Tattermusch · 7 years ago
  19. c90a856 Change grpc++ references in names to grpcpp by Vijay Pai · 6 years ago
  20. 7fed69b Use static_cast rather than reinterpret_cast whenever possible by Vijay Pai · 7 years ago
  21. 4d20a66 Run clang fmt by Noah Eisen · 7 years ago
  22. be82e64 Autofix c casts to c++ casts by Noah Eisen · 7 years ago
  23. ae376bf Privatize host_port.h; was not used in any wrapped language implementation by Vijay Pai · 7 years ago
  24. de79daa Merge pull request #14164 from yang-g/cork_all by Yang Gao · 7 years ago
  25. ea33017 Add option to use client side coalescing API in qps test by yang-g · 7 years ago
  26. d88f903 Merge branch 'master' of https://github.com/grpc/grpc into more-clang-tidy by ncteisen · 7 years ago
  27. 93563bc remote stale import by Noah Eisen · 7 years ago
  28. dbdf495 Split lib/support into lib/gpr and lib/gpr++. by Mark D. Roth · 7 years ago
  29. 251af24 Disabled the json_run_localhost:*_low_thread_count family of tests by David Garcia Quintas · 7 years ago
  30. 8873975 Fix Async QPS Test by Ken Payson · 7 years ago
  31. c6587ca Reintroduce lambdas by Vijay Pai · 7 years ago
  32. f230ffd clang-format by Vijay Pai · 7 years ago
  33. 083b9be Make all-streams op about cleanup only and replace a lambda with a virtual by Vijay Pai · 7 years ago
  34. c8dd4c5 Remove some unneeded and spammy logs by Vijay Pai · 7 years ago
  35. 6389457 Adjust stream cancellation point and fix races in sync client by Vijay Pai · 7 years ago
  36. 195cf1e Move histogram to test/core/util by Vijay Pai · 7 years ago
  37. 7cf8d72 Fix TSAN json_run_localhost flake by Ken Payson · 7 years ago
  38. 4ac2b8e Enable clang-tidy as a sanity check, fix up all known failures by Craig Tiller · 7 years ago
  39. baa14a9 Update clang-format to 5.0 by Craig Tiller · 7 years ago
  40. 918ce7a Fix QPS Async Client Next loop by Ken Payson · 7 years ago
  41. 37f1bd1 clear the request by yang-g · 7 years ago
  42. 1bf7207 Merge pull request #13084 from kpayson64/cq_lambda by kpayson64 · 7 years ago
  43. 42bd87e Adds gRPC Experimental CQ DoThenAsyncNext lambda API by Ken Payson · 7 years ago
  44. ca31256 Remove redundant WaitForConnected by Yuchen Zeng · 7 years ago
  45. 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
  46. 320e703 Merge pull request #12924 from jtattermusch/json_run_localhost_timeouts_sanitizers by Jan Tattermusch · 7 years ago
  47. 779ae6f cap json_run_localhost to 10 mins under sanitizers by Jan Tattermusch · 7 years ago
  48. c18ad11 Wait until all clients connected before starting streams by Craig Tiller · 7 years ago
  49. f6cd77c Stability fixes by Craig Tiller · 7 years ago
  50. 768c894 reduce timeout for json_run_localhost by Jan Tattermusch · 7 years ago
  51. 22410e0 Merge pull request #12623 from vjpai/one_sided by Vijay Pai · 7 years ago
  52. 43b5522 Cancel outstanding streams when shutting down the client by Vijay Pai · 7 years ago
  53. adbcec4 Merge github.com:grpc/grpc into pollset_kick_stats by Craig Tiller · 7 years ago
  54. 4b047a3 Construction of streams shouldn't require triggering async ops by Vijay Pai · 7 years ago
  55. 4f5acf7 Merge github.com:grpc/grpc into pollset_kick_stats by Craig Tiller · 7 years ago
  56. 7f6a27a Merge pull request #12372 from vjpai/armalarmadingdong by Vijay Pai · 7 years ago
  57. 56969c2 Merge github.com:grpc/grpc into pollset_kick_stats by Craig Tiller · 7 years ago
  58. 58c33ba Decouple alarm construction from setting to avoid races in MT code by Vijay Pai · 7 years ago
  59. e1101cf Update Bazel for new systems by Craig Tiller · 7 years ago
  60. 0ff222a Add pollset_kick stats by Craig Tiller · 7 years ago
  61. 2897235 Expose stats into qps_driver by Craig Tiller · 7 years ago
  62. 90df76b Merge branch 'master' of https://github.com/grpc/grpc into visibility by Nicolas "Pixel" Noble · 7 years ago
  63. 2bc5e3a Moving visibility and package creation to the build system. by Nicolas "Pixel" Noble · 7 years ago
  64. 6defb32 Remove some pre-C++11-style workarounds by Vijay Pai · 7 years ago
  65. c389555 Move some internal includes to the right places by Vijay Pai · 7 years ago
  66. e1418e4 Switch to idiomatic Slice API by Vijay Pai · 7 years ago
  67. af313ca Eliminate copy in QPS Driver by ncteisen · 7 years ago
  68. 0133cc6 Avoid benchmarking allocs by ncteisen · 7 years ago
  69. 1932a50 Merge pull request #11787 from guantaol/qps_driver by Guantao Liu · 7 years ago
  70. 0f95fa4 Add idiomatic C++ API for grpc::Slice construction that doesn't by Vijay Pai · 7 years ago
  71. d996379 Reset OWNERS state by Craig Tiller · 7 years ago
  72. 29a7050 Fixed sanity. by Guantao Liu · 7 years ago
  73. 91d8f0b Added the missing header file and fixed a syntax error. by Guantao Liu · 7 years ago
  74. ac9fdfb Removed unnecessary default values and fixed sanity. by Guantao Liu · 7 years ago
  75. e72b5d6 Merge remote-tracking branch 'upstream/master' into qps_driver to resolve conflicts. by Guantao Liu · 7 years ago
  76. 5e47758 Make @vjpai an owner of qps_test by Craig Tiller · 7 years ago
  77. 68ce256 Sanitizing repo. by Nicolas "Pixel" Noble · 7 years ago
  78. 9877189 Merge pull request #11310 from nicolasnoble/import by Nicolas Noble · 7 years ago
  79. fdcb774 Regenerate projects and fixes by yang-g · 7 years ago
  80. b575a34 Replace InitBenchmark with InitTest. Remove qps_test.cc by yang-g · 7 years ago
  81. abe3cf5 Add a new metric 'Queries/CPU-sec'. Enable internal credential types. by Guantao Liu · 7 years ago
  82. c0baec6 Internalize structs and methods meant for being exposed through codegen by Vijay Pai · 7 years ago
  83. 873ee82 Add channel args to qps server by Craig Tiller · 7 years ago
  84. 5d80dc4 Merge branch 'master' of https://github.com/grpc/grpc into import by Nicolas "Pixel" Noble · 7 years ago
  85. dc1b51e clang fmt by ncteisen · 7 years ago
  86. 24e8207 Add json out flag to qps driver by ncteisen · 7 years ago
  87. c8e7a52 Merge remote-tracking branch 'origin/master' into HEAD by Ken Payson · 7 years ago
  88. 4d5c310 fix remaining license notices by Jan Tattermusch · 7 years ago
  89. 7897ae9 auto-fix most of licenses by Jan Tattermusch · 7 years ago
  90. 7bc55fd Merge remote-tracking branch 'ctiller/build-wtf' into import by Nicolas "Pixel" Noble · 7 years ago
  91. 4b07aab Support multiple threads per cq sharing, add tests by Vijay Pai · 8 years ago
  92. 840931e More import fixes by Craig Tiller · 7 years ago
  93. af6c83f Adding dummy layering check option. by Nicolas "Pixel" Noble · 7 years ago
  94. 8698f2b fix extern c location by Yuxuan Li · 7 years ago
  95. 6ca796d merge master, resolve conflict by Yuxuan Li · 7 years ago
  96. eb36b8a Merge branch 'master' of https://github.com/grpc/grpc into import by Nicolas "Pixel" Noble · 7 years ago
  97. 78f8ce3 The json parser comes from protobuf. by Nicolas "Pixel" Noble · 7 years ago
  98. 71ca420 QPS doesn't actually need gtest anymore. by Nicolas "Pixel" Noble · 7 years ago
  99. 57e12b1 Merge branch 'poll_stat' of github.com:lyuxuan/grpc into poll_stat by Yuxuan Li · 7 years ago
  100. a7f7fcf Merge branch 'master' into poll_stat by Yuxuan Li · 7 years ago