1. 87bac95 Eradicate Uniform, Deterministic, and Pareto interarrival by vjpai · 9 years ago
  2. 6169d5f Update copyrights by Craig Tiller · 9 years ago
  3. c47c949 clang-format by Vijay Pai · 9 years ago
  4. e7042b5 Simplify Mark processing code by vjpai · 9 years ago
  5. e2d39e0 Timer->UsageTimer consistently by vjpai · 9 years ago
  6. 732a875 Add a sanity test for name aliasing by Craig Tiller · 9 years ago
  7. 6583176 clang-format by Vijay Pai · 9 years ago
  8. 7914e62 Attack of the const police. I also added some unrequested const's by vjpai · 9 years ago
  9. 761bcb4 Cleanup to make it work with clang build by Vijay Pai · 9 years ago
  10. 9144557 Sanity (clang-format and copyright) by Vijay Pai · 9 years ago
  11. 1132c6b Simplify and properly implement openloop testing. Revive it in tests as well by Vijay Pai · 9 years ago
  12. 9982c6f Fix random number generators and improve code style (stop using by Vijay Pai · 9 years ago
  13. c5eec2b Make dynamic sizing of async threads work again by Vijay Pai · 9 years ago
  14. c64736d Clean-up core list usage and make it possible to reset the core list by Vijay Pai · 9 years ago
  15. 4f5146d Change name from coresched to limit_cores by vjpai · 9 years ago
  16. c833c82 Merge branch 'master' into corelimit2 by vjpai · 9 years ago
  17. f6269a4 Merge branch 'master' into corelimit2 by vjpai · 9 years ago
  18. caace81 Fix asan error caused by mismatch in alloc/dealloc between new[] and by vjpai · 9 years ago
  19. 2bf574f Added back trailing newlines by David Garcia Quintas · 9 years ago
  20. eeb02ba Update copyrights again by murgatroid99 · 9 years ago
  21. b9a8f1b Merge branch 'master' into corelimit2 by Vijay Pai · 9 years ago
  22. 3448c27 clang-format by Vijay Pai · 9 years ago
  23. 0e66efd Make core limitation work for both client and server so that we can run tests on the same by Vijay Pai · 9 years ago
  24. 5bd6f2e Merge branch 'master' into bbuf by Vijay Pai · 9 years ago
  25. b30bc2a Remove dead code and a thus unneeded change to C++ bbuf by Vijay Pai · 9 years ago
  26. 7826821 clang-format by Vijay Pai · 9 years ago
  27. af2e1cf Fix bugs and include build files by Vijay Pai · 9 years ago
  28. 9f991e2 More changes needed for generic support by Vijay Pai · 9 years ago
  29. 18c0477 Got rid of all compilation problems, now need to test by Vijay Pai · 9 years ago
  30. e488668 WIP by Vijay Pai · 9 years ago
  31. 1b4e330 Consolidate C++ proto files under src/proto by Craig Tiller · 9 years ago
  32. 594f0c4 Merge branch 'master' into bbuf by vjpai · 9 years ago
  33. b6df94a WIP by vjpai · 9 years ago
  34. 3c53bb2 clang-format by Craig Tiller · 9 years ago
  35. fba20c9 Address some review comments about signal and restoring qps_test_with_poll by vjpai · 9 years ago
  36. ce84670 clang-format by Vijay Pai · 9 years ago
  37. 780a7f2 Add in security support, make payload protos configurable by vjpai · 9 years ago
  38. d08a738 Cleanup some names by vjpai · 9 years ago
  39. 119c103 Split up into a new service proto, use proper service suffix, add a by vjpai · 9 years ago
  40. 754751e Numerous proto changes to make things more sane and fix some outstanding issues by vjpai · 9 years ago
  41. 52bfb25 Split qpstest.proto into two parts - one for performance stats and by vjpai · 9 years ago
  42. 0cc1341 Move qpstest.proto to a common area (test/proto) instead of test/cpp/qps by vjpai · 9 years ago
  43. 9e2f90c headers reorg by yang-g · 9 years ago
  44. 8c2be9f Remove ChannelInterface and replace it with Channel by yang-g · 9 years ago
  45. 3ae1104 clang-format by Vijay Pai · 9 years ago
  46. b1db869 Address concerns from review by vjpai · 9 years ago
  47. ad3e00c Stop using a variable-sized array since that's not standards-compliant by Vijay Pai · 9 years ago
  48. 90e7369 clang-format plus helpful comments by Vijay Pai · 9 years ago
  49. eed63fa Remaining changes needed to get QPS test working on old compilers. by Vijay Pai · 9 years ago
  50. 784005b Eliminate lambda used as CV predicate by Vijay Pai · 10 years ago
  51. ab1dba7 clang-format by Vijay Pai · 10 years ago
  52. e88bb07 Switch a push_back to emplace_back to avoid being interpreted by vjpai · 10 years ago
  53. a9e0830 Remove lambda from client definition by vjpai · 10 years ago
  54. 372fd87 Revert "Revert "Open loop sync/async multithreaded testing"" by Vijay Pai · 10 years ago
  55. d55636d Revert "Open loop sync/async multithreaded testing" by Craig Tiller · 10 years ago
  56. 36403af Address review comments for code clarity by Vijay Pai · 10 years ago
  57. cf3fb09 clang-format by Vijay Pai · 10 years ago
  58. 9dc5c15 Account for time difference in mac and linux by Vijay Pai · 10 years ago
  59. 8559485 Bug fix by Vijay Pai · 10 years ago
  60. 3beb20c Support use of high_res clock in timepoints by vjpai · 10 years ago
  61. 924d459 Fix timer issues by vjpai · 10 years ago
  62. 675140c Merge branch 'master' into poisson by vjpai · 10 years ago
  63. 5c8737d clang-format qps code - it was getting out of hand by Craig Tiller · 10 years ago
  64. 37f7257 WIP by vjpai · 10 years ago
  65. c6aa60e Move interarrival timer to Client class so that it can be used for async tests by vjpai · 10 years ago
  66. 66f37b4 Merge github.com:google/grpc into qps by Craig Tiller · 10 years ago
  67. 0caebbf Splitting gRPC service class codegen into its own set of files. by Nicolas "Pixel" Noble · 10 years ago
  68. 8a5a666 Handle errors better on client by Craig Tiller · 10 years ago
  69. 46f6523 Added streaming C++ tests for sync and sync cases by vjpai · 10 years ago
  70. a182bf1 clang-format by Craig Tiller · 10 years ago
  71. e38ec21 Linux compile fix by Craig Tiller · 10 years ago
  72. 8856875 Async client progress by Craig Tiller · 10 years ago
  73. 6af9ed0 Rework QPS client/server by Craig Tiller · 10 years ago
  74. 26598a3 WIP by Craig Tiller · 10 years ago