1. e9a8d89 fix formatting by Jan Tattermusch · 8 years ago
  2. 33c161d populate ScenarioResult.summary in JSON report by Jan Tattermusch · 8 years ago
  3. f2ba7fe integrate ScenarioResult proto into qps driver by Jan Tattermusch · 8 years ago
  4. 6169d5f Update copyrights by Craig Tiller · 8 years ago
  5. 9533d04 Fix includes by Craig Tiller · 8 years ago
  6. 847baf6 clang-format and fix a typo caused by saving by Vijay Pai · 8 years ago
  7. 6332628 1. Remove all deadlines from the RPCs and shutdown in this code. by vjpai · 8 years ago
  8. 60a7e33 Finish clients fully before finishing servers by vjpai · 9 years ago
  9. 02eda41 Do stream operations in a more idiomatic way: Write, WritesDone, Read until fail, Finish by Vijay Pai · 9 years ago
  10. e40aefb Fix the timeout by Vijay Pai · 9 years ago
  11. 8ca0faa use timeouts with proper fixture multipliers rather than raw, by Vijay Pai · 9 years ago
  12. 2066443 Function name changed on merge.... by Vijay Pai · 9 years ago
  13. b47b556 Merge branch 'master' into worker_quit by Vijay Pai · 9 years ago
  14. 2ed337a clang-format by Vijay Pai · 9 years ago
  15. 21e5d2b Add a Quit RPC so that we can conveniently shut down the workers from the driver. by vjpai · 9 years ago
  16. daadcc8 at by Vijay Pai · 9 years ago
  17. 33e5118 Address reviewer comments regarding const and shortage of comments by Vijay Pai · 9 years ago
  18. 5956742 Copyright and clang-format by Vijay Pai · 9 years ago
  19. 6b05639 Make sure that client limit is valid by Vijay Pai · 9 years ago
  20. 7d45cdb Enable properly working core limits on clients and servers, by Vijay Pai · 9 years ago
  21. b4e51b5 Merge branch 'master' of github.com:grpc/grpc into sync-async-plus-interfaces by David Garcia Quintas · 9 years ago
  22. 5a94623 copyrights by David Garcia Quintas · 9 years ago
  23. 1d71a0e Merge branch 'generic_qps' into dynamic_sizing2 by Vijay Pai · 9 years ago
  24. 7a984f0 Copyright by Vijay Pai · 9 years ago
  25. d02dd30 Also dynamic sizing for num_clients on performance tests by Vijay Pai · 9 years ago
  26. 0c31b60 Sanity failures (copyright, clang-format) by vjpai · 9 years ago
  27. 94aada9 clang-format by vjpai · 9 years ago
  28. 020c2f3 Fix copyright by vjpai · 9 years ago
  29. bdf4acb Properly state client name by Vijay Pai · 9 years ago
  30. 0f14209 Improve logging for test by Vijay Pai · 9 years ago
  31. 6a48405 pre sync_stream.cc creation. Does not compile by David Garcia Quintas · 9 years ago
  32. 1b4e330 Consolidate C++ proto files under src/proto by Craig Tiller · 9 years ago
  33. 846ae8d Merge pull request #4156 from jtattermusch/perf_testing_polishing by Jan Tattermusch · 9 years ago
  34. c5ebbd5 use new perf proto options in c++ by Jan Tattermusch · 9 years ago
  35. 6049ebd More C++ fixes (the merge did not quite work...). by Julien Boeuf · 9 years ago
  36. 9a437c2 Forgot to fix driver.cc somehow... by Julien Boeuf · 9 years ago
  37. 675b5ce Merge branch 'master' of github.com:grpc/grpc into core_creds_api_change by Julien Boeuf · 9 years ago
  38. ce84670 clang-format by Vijay Pai · 9 years ago
  39. d08a738 Cleanup some names by vjpai · 9 years ago
  40. 72a6332 QPS worker no longer needs to specify server port on command line. This is part by vjpai · 9 years ago
  41. 119c103 Split up into a new service proto, use proper service suffix, add a by vjpai · 9 years ago
  42. 52bfb25 Split qpstest.proto into two parts - one for performance stats and by vjpai · 9 years ago
  43. e5adc0e Fixing Cpp tests. by Julien Boeuf · 9 years ago
  44. b17b7f4 Add a timeout to benchmark test runs by Craig Tiller · 9 years ago
  45. 71a0f9d Fix clang-format script by Craig Tiller · 9 years ago
  46. 59588c6 Removing pessimizing moves. by Nicolas "Pixel" Noble · 9 years ago
  47. 1ebb7c8 Hand-written changes by Craig Tiller · 9 years ago
  48. 730055d implementation fix by yang-g · 9 years ago
  49. 9e2f90c headers reorg by yang-g · 9 years ago
  50. 3ae1104 clang-format by Vijay Pai · 9 years ago
  51. b1db869 Address concerns from review by vjpai · 9 years ago
  52. 90e7369 clang-format plus helpful comments by Vijay Pai · 9 years ago
  53. eed63fa Remaining changes needed to get QPS test working on old compilers. by Vijay Pai · 9 years ago
  54. 4d06e2e Eliminate use of lambdas in ResourceUsage processing functions... by Vijay Pai · 9 years ago
  55. 677c50c Update C++ impl by Craig Tiller · 9 years ago
  56. 20b5fe9 Fixup C++ by Craig Tiller · 9 years ago
  57. c1a2c31 Update the Status API by Yang Gao · 9 years ago
  58. 5c8737d clang-format qps code - it was getting out of hand by Craig Tiller · 9 years ago
  59. 76e0fb1 Merge pull request #1669 from dgquintas/benchmark_hosts_info by Vijay Pai · 9 years ago
  60. 0811650 Fix to work around the fact that Histogram isn't copyable. by David Garcia Quintas · 9 years ago
  61. 6ba29ba Added the client and server configurations to the bench results proto. by David Garcia Quintas · 9 years ago
  62. 882431f Compile fix by Craig Tiller · 9 years ago
  63. 49c3b01 Better RNG seeding portability by Craig Tiller · 9 years ago
  64. f98e56c Cheesy attempt to get this working on Travis by Craig Tiller · 9 years ago
  65. e9a6eb7 Allow RunScenarios to spawn in-process workers by Craig Tiller · 9 years ago
  66. b9de09f Allow specifying warmup, benchmark times by Craig Tiller · 9 years ago
  67. 82dd80a Elminate range-based fors and work around some other limitations in older compilers by Vijay Pai · 9 years ago
  68. 68de8e9 Merge github.com:grpc/grpc into credit by Craig Tiller · 10 years ago
  69. a182bf1 clang-format by Craig Tiller · 10 years ago
  70. f282514 Print resource utilization by Craig Tiller · 10 years ago
  71. d701c5f Formatting by Craig Tiller · 10 years ago
  72. 76877c3 Generate latencies in driver by Craig Tiller · 10 years ago
  73. 10923c2 Formatting by Craig Tiller · 10 years ago
  74. 6af9ed0 Rework QPS client/server by Craig Tiller · 10 years ago
  75. 26598a3 WIP by Craig Tiller · 10 years ago
  76. 2d0f36c Driver to client/server kind of works by Craig Tiller · 10 years ago
  77. 4ef7a29 Create server/client lists by Craig Tiller · 10 years ago
  78. e486019 Getting the driver pieces in place by Craig Tiller · 10 years ago