1. 5f9f37a fix minor by Yuxuan Li · 7 years ago
  2. 28efff3 clang-format by Yuxuan Li · 7 years ago
  3. 5d3ddee adding server side poll stat by Yuxuan Li · 7 years ago
  4. 999ac15 initial implementation. by Yuxuan Li · 7 years ago
  5. 62a7ca8 re-run clang-format.sh by Alexander Polcyn · 8 years ago
  6. 6ff1ca4 re-run generate project to build qps json driver by Alexander Polcyn · 8 years ago
  7. a6e796f ignore core counts and core lists in qps json driver by Alexander Polcyn · 8 years ago
  8. 9f89107 better qps_json_driver message when QPS_WORKERS env is missing by Jan Tattermusch · 8 years ago
  9. 4873d30 allow disable core_list setting and override qps server in benchmarks by Alexander Polcyn · 8 years ago
  10. fcf09ea handle empty string for qps workers in driver and dont quit them on netperf by Alex Polcyn · 8 years ago
  11. aaefa95 Merge pull request #8638 from vjpai/conform by Vijay Pai · 8 years ago
  12. 56540ba clang-format by Vijay Pai · 8 years ago
  13. f4671bf Remove a namespace and start using a lambda for a small function by Vijay Pai · 8 years ago
  14. 90102c2 Eliminate unnecessary uses of new[]/delete[] that can be replaced with vector by Vijay Pai · 8 years ago
  15. d68ea95 fixing conflicts with new upstream master by Yuxuan Li · 8 years ago
  16. 5a991e2 Merge branch 'master' into cpu_usage2 by Yuxuan Li · 8 years ago
  17. 60d55f8 Change flag precision to flag stride, better description. by Yuxuan Li · 8 years ago
  18. afcc875 clang-format by Craig Tiller · 8 years ago
  19. c99945e Merge branch 'direct-calls' into buffer_pools_for_realsies by Craig Tiller · 8 years ago
  20. fdc2b10 Merge github.com:grpc/grpc into direct-calls by Craig Tiller · 8 years ago
  21. c265a0a clean up unnecessary new lines and logging. by Yuxuan Li · 8 years ago
  22. 49aeb59 clang-formated and latency_vs_load.cc is deleted as its functionality by Yuxuan Li · 8 years ago
  23. fe21ec9 batched changes by Yuxuan Li · 8 years ago
  24. 0895545 Complete reporting for failure rates by Craig Tiller · 8 years ago
  25. 1a8c52e Collect stats on # failed requests by Craig Tiller · 8 years ago
  26. 0c80c7d Collecting failure status progress by Craig Tiller · 8 years ago
  27. 9477724 Change C++ API to expose wait_for_ready instead of fail_fast. by Mark D. Roth · 8 years ago
  28. ba1db3b Merge github.com:grpc/grpc into direct-calls by Craig Tiller · 8 years ago
  29. 531976a Add an initial mark that clients could use to delay startup of requests by Craig Tiller · 8 years ago
  30. cd1feaa Merge pull request #7816 from ctiller/benchmark-verbosity by Craig Tiller · 8 years ago
  31. 0cb5a89 Merge branch 'benchmark-verbosity' into direct-calls by Craig Tiller · 8 years ago
  32. 8ef0eda Merge github.com:grpc/grpc into merge-parse by Craig Tiller · 8 years ago
  33. daf4699 Merge pull request #6732 from ctiller/consistent_client_count by Craig Tiller · 8 years ago
  34. 74a1d9a Increase log verbosity for benchmark driver by Craig Tiller · 8 years ago
  35. ca04562 Timing nuances by Craig Tiller · 8 years ago
  36. 5fde20d clang-format by Vijay Pai · 8 years ago
  37. ceb1a7d Add more information so that we can have a meaningful exit code by Vijay Pai · 8 years ago
  38. b0f15e8 Reduce assertions, use status codes, increase verbosity on errors by vjpai · 8 years ago
  39. c074408 Merge github.com:grpc/grpc into consistent_client_count by Craig Tiller · 8 years ago
  40. 5856dee Fix compile by Craig Tiller · 8 years ago
  41. 88a3e93 Better distribution by Craig Tiller · 8 years ago
  42. 7e5d4649 Better distribution by Craig Tiller · 8 years ago
  43. b31a9a0 Include <cinttypes> for PRIuPTR. Not clear why this is needed. by Vijay Pai · 8 years ago
  44. 0ba1144 Fix gpr_log format mismatches in c++ tests by Yuchen Zeng · 8 years ago
  45. d4aa7cf Fix negation by Craig Tiller · 8 years ago
  46. 1adb131 Add comment by Craig Tiller · 8 years ago
  47. dbd03b5 Make client_channels be across all clients, not per-client by Craig Tiller · 8 years ago
  48. 711472f Remove unused gflags and gtest includes by vjpai · 8 years ago
  49. b6e4440 Disable fail fast for qps driver by Craig Tiller · 8 years ago
  50. e9a8d89 fix formatting by Jan Tattermusch · 8 years ago
  51. 33c161d populate ScenarioResult.summary in JSON report by Jan Tattermusch · 8 years ago
  52. f2ba7fe integrate ScenarioResult proto into qps driver by Jan Tattermusch · 8 years ago
  53. 6169d5f Update copyrights by Craig Tiller · 8 years ago
  54. 9533d04 Fix includes by Craig Tiller · 8 years ago
  55. 847baf6 clang-format and fix a typo caused by saving by Vijay Pai · 9 years ago
  56. 6332628 1. Remove all deadlines from the RPCs and shutdown in this code. by vjpai · 9 years ago
  57. 60a7e33 Finish clients fully before finishing servers by vjpai · 9 years ago
  58. 02eda41 Do stream operations in a more idiomatic way: Write, WritesDone, Read until fail, Finish by Vijay Pai · 9 years ago
  59. e40aefb Fix the timeout by Vijay Pai · 9 years ago
  60. 8ca0faa use timeouts with proper fixture multipliers rather than raw, by Vijay Pai · 9 years ago
  61. 2066443 Function name changed on merge.... by Vijay Pai · 9 years ago
  62. b47b556 Merge branch 'master' into worker_quit by Vijay Pai · 9 years ago
  63. 2ed337a clang-format by Vijay Pai · 9 years ago
  64. 21e5d2b Add a Quit RPC so that we can conveniently shut down the workers from the driver. by vjpai · 9 years ago
  65. daadcc8 at by Vijay Pai · 9 years ago
  66. 33e5118 Address reviewer comments regarding const and shortage of comments by Vijay Pai · 9 years ago
  67. 5956742 Copyright and clang-format by Vijay Pai · 9 years ago
  68. 6b05639 Make sure that client limit is valid by Vijay Pai · 9 years ago
  69. 7d45cdb Enable properly working core limits on clients and servers, by Vijay Pai · 9 years ago
  70. b4e51b5 Merge branch 'master' of github.com:grpc/grpc into sync-async-plus-interfaces by David Garcia Quintas · 9 years ago
  71. 5a94623 copyrights by David Garcia Quintas · 9 years ago
  72. 1d71a0e Merge branch 'generic_qps' into dynamic_sizing2 by Vijay Pai · 9 years ago
  73. 7a984f0 Copyright by Vijay Pai · 9 years ago
  74. d02dd30 Also dynamic sizing for num_clients on performance tests by Vijay Pai · 9 years ago
  75. 0c31b60 Sanity failures (copyright, clang-format) by vjpai · 9 years ago
  76. 94aada9 clang-format by vjpai · 9 years ago
  77. 020c2f3 Fix copyright by vjpai · 9 years ago
  78. bdf4acb Properly state client name by Vijay Pai · 9 years ago
  79. 0f14209 Improve logging for test by Vijay Pai · 9 years ago
  80. 6a48405 pre sync_stream.cc creation. Does not compile by David Garcia Quintas · 9 years ago
  81. 1b4e330 Consolidate C++ proto files under src/proto by Craig Tiller · 9 years ago
  82. 846ae8d Merge pull request #4156 from jtattermusch/perf_testing_polishing by Jan Tattermusch · 9 years ago
  83. c5ebbd5 use new perf proto options in c++ by Jan Tattermusch · 9 years ago
  84. 6049ebd More C++ fixes (the merge did not quite work...). by Julien Boeuf · 9 years ago
  85. 9a437c2 Forgot to fix driver.cc somehow... by Julien Boeuf · 9 years ago
  86. 675b5ce Merge branch 'master' of github.com:grpc/grpc into core_creds_api_change by Julien Boeuf · 9 years ago
  87. ce84670 clang-format by Vijay Pai · 9 years ago
  88. d08a738 Cleanup some names by vjpai · 9 years ago
  89. 72a6332 QPS worker no longer needs to specify server port on command line. This is part by vjpai · 9 years ago
  90. 119c103 Split up into a new service proto, use proper service suffix, add a by vjpai · 9 years ago
  91. 52bfb25 Split qpstest.proto into two parts - one for performance stats and by vjpai · 9 years ago
  92. e5adc0e Fixing Cpp tests. by Julien Boeuf · 9 years ago
  93. b17b7f4 Add a timeout to benchmark test runs by Craig Tiller · 9 years ago
  94. 71a0f9d Fix clang-format script by Craig Tiller · 9 years ago
  95. 59588c6 Removing pessimizing moves. by Nicolas "Pixel" Noble · 9 years ago
  96. 1ebb7c8 Hand-written changes by Craig Tiller · 9 years ago
  97. 730055d implementation fix by yang-g · 9 years ago
  98. 9e2f90c headers reorg by yang-g · 9 years ago
  99. 3ae1104 clang-format by Vijay Pai · 9 years ago
  100. b1db869 Address concerns from review by vjpai · 9 years ago