1. bb3d95b Use https://grpc.io consistently as the canonical URL by Mehrdad Afshari · 7 years ago
  2. 1d85332 Merge pull request #11532 from ctiller/optimize_for by Craig Tiller · 7 years ago
  3. e908962 Merge pull request #11627 from murgatroid99/node_consistent_runtime_version by Michael Lumish · 7 years ago
  4. a1a3f36 Merge github.com:grpc/grpc into optimize_for by Craig Tiller · 7 years ago
  5. 7ad758c Make various scripts use the same version of Node by murgatroid99 · 7 years ago
  6. 58ca8be add script for patching perf benchmark schema by Jan Tattermusch · 7 years ago
  7. 3598ac8 update scenario result schema by Jan Tattermusch · 7 years ago
  8. f1633a9 Allow application optimization targets to be hinted to grpc (prefer latency over throughput for now) by Craig Tiller · 7 years ago
  9. 4536138 disable unconstrained_1cq test by Ken Payson · 7 years ago
  10. c8e7a52 Merge remote-tracking branch 'origin/master' into HEAD by Ken Payson · 7 years ago
  11. 7897ae9 auto-fix most of licenses by Jan Tattermusch · 7 years ago
  12. ed32b78 Switch node_to_cpp unary benchmark to async by murgatroid99 · 7 years ago
  13. 648832f Enable more Node performance tests, fix streaming test implementation by murgatroid99 · 7 years ago
  14. fba000c Reduce outstanding RPCs for 1cq tests by Vijay Pai · 7 years ago
  15. 4b07aab Support multiple threads per cq sharing, add tests by Vijay Pai · 7 years ago
  16. f6f28a7 Add 2 new scenarios for better bw measurement by Vijay Pai · 7 years ago
  17. 98a501f Reduce concurrent RPCs for single-core tests since some were timing out by Vijay Pai · 7 years ago
  18. ea4adc1 Merge pull request #10313 from vjpai/onesided by Vijay Pai · 7 years ago
  19. c2ad372 Merge pull request #10912 from dgquintas/trying-to-fix-stuff by David G. Quintas · 7 years ago
  20. eea8cf0 Add QPS tests for one-sided streaming by Vijay Pai · 7 years ago
  21. aba4ee2 add C# generic insecure scenarios by Jan Tattermusch · 7 years ago
  22. bac1c1b Removed another couple of uses of '--iomgr_platform=uv' by murgatroid99 · 7 years ago
  23. bf33410 Add Node and Express benchmarks for various response sizes by murgatroid99 · 7 years ago
  24. 58aa2cb fix 1MB perf scenarios by Jan Tattermusch · 7 years ago
  25. 500e361 Merge pull request #10416 from murgatroid99/node_performance_tests by Michael Lumish · 7 years ago
  26. 45a9aba Add option to limit # of messages per stream with tests by Vijay Pai · 7 years ago
  27. ef0b2ed Merge pull request #10380 from jtattermusch/ping_pong_1mb by Jan Tattermusch · 7 years ago
  28. 59f036d Merge pull request #9875 from vjpai/unary by Vijay Pai · 7 years ago
  29. 09ed43f Merge pull request #10311 from apolcyn/doc_perf_tests by apolcyn · 7 years ago
  30. a1eefce Improve Node benchmarks, add generic unary test by murgatroid99 · 7 years ago
  31. 47fc606 Performance model of coordinator-worker use case by Vijay Pai · 7 years ago
  32. 46df13b add 1mb ping pong scenarios by Jan Tattermusch · 7 years ago
  33. 0522251 Add C++ large message tests to PRs and master by Vijay Pai · 7 years ago
  34. 6799810 add notes to build and run workers in different languages by Alexander Polcyn · 7 years ago
  35. b9d9512 Doc perf tests by Alexander Polcyn · 7 years ago
  36. 264a210 Merge pull request #10115 from thunderboltsid/update-run-tests-scripts-to-python3.x by Nathaniel Manista · 7 years ago
  37. 8e64d90 Modify shebang on python scripts by Siddharth Shukla · 7 years ago
  38. d194f59 Make testing scripts python3.x compatible by Siddharth Shukla · 7 years ago
  39. a582def Temporarily disable resource quota QPS tests by Vijay Pai · 7 years ago
  40. 8a0ec88 Merge remote-tracking branch 'upstream/v1.1.x' into 1.1.x_to_master by David Garcia Quintas · 7 years ago
  41. faaa8b8 Disable node_protobuf_async_unary_qps_unconstrained benchmark test by murgatroid99 · 7 years ago
  42. 98cdf3b Merge remote-tracking branch 'upstream/v1.1.x' into merge_1.1.x_master by murgatroid99 · 7 years ago
  43. 1191b72 Improve Node and libuv testing and test coverage by murgatroid99 · 7 years ago
  44. f797c65 make the change in scenario config rather than c# by Alexander Polcyn · 7 years ago
  45. c6e333e add missing return statement by Alexander Polcyn · 8 years ago
  46. 6b446b6 Merge branch 'master' into poll-cv-disable by Sree Kuchibhotla · 8 years ago
  47. 70d9ca4 Excluded async_client_sync_server_* tests for poll-cv engine since it by Sree Kuchibhotla · 8 years ago
  48. faa835c Add message sizes to sweeps by Craig Tiller · 8 years ago
  49. 412fa2a Support setting request, response size by Craig Tiller · 8 years ago
  50. 44e907a Merge pull request #9322 from apolcyn/deprecate_benchmark_core_lists by apolcyn · 8 years ago
  51. a6e796f ignore core counts and core lists in qps json driver by Alexander Polcyn · 8 years ago
  52. ac87a46 enable uploading server cpu usage data from performance tests to big query by Yuxuan Li · 8 years ago
  53. 9f08d11 add a "perf" option to benchmarks script, generate profile text reports and flamegraphs by Alexander Polcyn · 8 years ago
  54. 2de47cb enable running windows perf tests by Jan Tattermusch · 8 years ago
  55. 1731a41 Merge branch 'master' into node_express_run_perf_tests by murgatroid99 · 8 years ago
  56. e8f9cbb Remove some disabled copied Node Express perf tests by murgatroid99 · 8 years ago
  57. d885a27 fix repeated field by Yuxuan Li · 8 years ago
  58. 317f60b add a blank line back by Yuxuan Li · 8 years ago
  59. 2b4d372 hiding totalCpuTime and idleCpuTime from ServerStatus proto message by Yuxuan Li · 8 years ago
  60. 9ba52e7 unblock the performance tests. hide the cpu usage field for now. by Yuxuan Li · 8 years ago
  61. dabe6bd Enable Node Express benchmarks, fix copy/paste errors by murgatroid99 · 8 years ago
  62. c939022 More data massaging by Craig Tiller · 8 years ago
  63. ed531b8 More data massaging by Craig Tiller · 8 years ago
  64. 77fbc1c Fix some typos by Craig Tiller · 8 years ago
  65. 2634595 Merge pull request #8583 from ctiller/new_fields by Craig Tiller · 8 years ago
  66. bd3ab19 Add some fields to bigquery by Craig Tiller · 8 years ago
  67. bba5285 Merge github.com:grpc/grpc into buffer_pools_for_realsies by Craig Tiller · 8 years ago
  68. 51fc01d Merge pull request #8419 from murgatroid99/node_express_benchmark by Michael Lumish · 8 years ago
  69. eebc8c8 Merge pull request #8498 from sreecha/sync_streaming by Sree Kuchibhotla · 8 years ago
  70. 3d357d9 Merge github.com:grpc/grpc into buffer_pools_for_realsies by Craig Tiller · 8 years ago
  71. a83ee60 New streaming scenario by Sree Kuchibhotla · 8 years ago
  72. fe8c501 Merge github.com:grpc/grpc into buffer_pools_for_realsies by Craig Tiller · 8 years ago
  73. b516cad Merge branch 'master' into uv_core_transport by murgatroid99 · 8 years ago
  74. b73a654 Merge branch 'master' into new_scenario by Sree Kuchibhotla · 8 years ago
  75. 59f347e Merge branch 'master' into uv_core_transport by murgatroid99 · 8 years ago
  76. b53e5d1 Create benchmark client and server for Node Express by murgatroid99 · 8 years ago
  77. 50d6f7b Merge github.com:grpc/grpc into buffer_pools_for_realsies by Craig Tiller · 8 years ago
  78. 20afa3d BufferPool --> ResourceQuota by Craig Tiller · 8 years ago
  79. bba2f47 remove formatting noise by Sree Kuchibhotla · 8 years ago
  80. 34ad82d Merge branch 'master' into new_scenario by Sree Kuchibhotla · 8 years ago
  81. d13fbca switch C# benchmark to coreclr by Jan Tattermusch · 8 years ago
  82. fde76d7 Merge branch 'master' into uv_core_transport by murgatroid99 · 8 years ago
  83. 1bb0ce5 Merge branch 'direct-calls' into buffer_pools_for_realsies by Craig Tiller · 8 years ago
  84. c9742d3 Merge pull request #8202 from ctiller/perf-wha by Craig Tiller · 8 years ago
  85. 0c80c7d Collecting failure status progress by Craig Tiller · 8 years ago
  86. 923d641 Add a new scenario: Async-Client/Sync-Server by Sree Kuchibhotla · 8 years ago
  87. 677966a Be explicit as to which tests to run by Craig Tiller · 8 years ago
  88. 08b0fab Merge branch 'master' into uv_core_transport by murgatroid99 · 8 years ago
  89. 601cff4 More programmatically generate scenarios by Craig Tiller · 8 years ago
  90. bcc60f7 Merge branch 'master' into uv_core_transport by murgatroid99 · 8 years ago
  91. bf4939f Extend sweeps further, add streaming by Craig Tiller · 8 years ago
  92. 232ca02 Removed unnecessary notes from scenario_config.py by murgatroid99 · 8 years ago
  93. 9030c81 Add a libuv endpoint to the C core, for use in the Node library by murgatroid99 · 8 years ago
  94. 8c985c2 Allow more sync threads by Craig Tiller · 8 years ago
  95. 5709469 Fix sync/async by Craig Tiller · 8 years ago
  96. 86cf6dc Remove some scenarios we can't run yet by Craig Tiller · 8 years ago
  97. 0c98675 Fix outstanding calls by Craig Tiller · 8 years ago
  98. 1423a63 Lets not do payload sweeps just yet by Craig Tiller · 8 years ago
  99. b6df247 Properly categorize tests to allow sweeps to be run by adhoc by Craig Tiller · 8 years ago
  100. c5aa700 Significantly increase sweep space by Craig Tiller · 8 years ago