Commit Graph

253 Commits

Author SHA1 Message Date
Vijay Pai d8e292f198 Removing ctiller as owner 2018-02-02 13:55:32 -08:00
Mehrdad Afshari 6322348107 Fix run_worker_ruby.sh to pass shellcheck 2018-01-26 12:16:28 -08:00
Mehrdad Afshari c2259b61e3 Fix run_worker_python.sh to pass shellcheck 2018-01-26 12:16:28 -08:00
Mehrdad Afshari 89f5502ea2 Fix run_worker_php.sh to pass shellcheck 2018-01-26 12:16:28 -08:00
Mehrdad Afshari ab8e86bd3a Fix run_worker_java.sh to pass shellcheck 2018-01-26 12:16:28 -08:00
Mehrdad Afshari 924df3faf4 Fix run_worker_go.sh to pass shellcheck 2018-01-26 12:16:28 -08:00
Mehrdad Afshari e3564c0a17 Fix run_worker_csharp.sh to pass shellcheck 2018-01-26 12:16:28 -08:00
Mehrdad Afshari b97d2a5770 Fix run_qps_driver.sh to pass shellcheck 2018-01-26 12:16:28 -08:00
Mehrdad Afshari b882cb6b83 Fix run_netperf.sh to pass shellcheck 2018-01-26 12:16:28 -08:00
Mehrdad Afshari 55850b7c13 Fix remote_host_prepare.sh to pass shellcheck (with bugfix) 2018-01-26 12:16:28 -08:00
Mehrdad Afshari 56e2384f0e Fix remote_host_build.sh to pass shellcheck 2018-01-26 12:16:28 -08:00
Mehrdad Afshari 52391111e3 Fix process_remote_perf_flamegraphs.sh to pass shellcheck 2018-01-26 12:16:28 -08:00
Mehrdad Afshari 9e0cecc6e4 Fix process_local_perf_flamegraphs.sh to pass shellcheck 2018-01-26 12:16:28 -08:00
Mehrdad Afshari df7bc0ae02 Make kill_workers.sh pass shellcheck (with suppressions) 2018-01-26 12:16:28 -08:00
Mehrdad Afshari ea2b2e2b13 Fix build_performance.sh to pass shellcheck 2018-01-26 12:16:28 -08:00
Mehrdad Afshari be4ec7e69f Fix build_performance_php7.sh to pass shellcheck 2018-01-26 12:16:28 -08:00
Mehrdad Afshari a957ce2906 Fix build_performance_go.sh to pass shellcheck 2018-01-26 12:16:28 -08:00
Mehrdad Afshari 87cd994b04 Upgrade yapf to 0.20.0
Upgrade yapf version to 0.20.0 and reformat Python files.
2018-01-02 14:40:00 -08:00
Ken Payson d09c80231f Add back 1_cq qps test 2017-12-13 12:43:22 -08:00
ncteisen c47c58971b Merge branch 'master' of https://github.com/grpc/grpc into yapf-tools 2017-12-12 12:45:56 -08:00
ncteisen e1a00b3457 Add OWNERS to protect scenario_result_schema.json 2017-12-12 11:18:01 -08:00
ncteisen eb1281529a yapf tools/run_tests/performance 2017-12-11 17:48:24 -08:00
Michael Lumish fd4dcd9178 Merge branch 'master' into remove_node 2017-10-26 11:16:02 -07:00
murgatroid99 38007753b0 Remove src/node and references to it
This removes all of the node code and tests from the repo, along with the
scripts for running Node unit tests, performance tests, and artifact builds.
The scripts for running tests from the grpc-node repository are untouched.
2017-10-25 13:21:57 -07:00
Vijay Pai 088112fea1 Create inproc version of QPS test and add a few simple tests of this to standard testing suite. 2017-10-19 14:29:13 -07:00
Craig Tiller 2ac2d393eb Tune benchmark for epollexclusive 2017-10-16 15:53:02 +00:00
Craig Tiller 4079520eaa Fix scenario_config:
- don't force all scenarios to be run on only one machine
- allow client count to scale as # of clients configured
2017-10-15 22:07:45 +00:00
Yuchen Zeng f2c6ceb892 Merge pull request #12987 from y-zeng/qps_py
Add cpp_protobuf_async_unary_75Kqps_600channel_60Krpcs_300Breq_50Bresp
2017-10-13 16:35:53 -07:00
Stanley Cheung b5897b90c3 Merge pull request #12796 from pongad/fix-php
php: fix scenario_config command
2017-10-13 10:52:34 -07:00
Yuchen Zeng 4581816115 Add cpp_protobuf_async_unary_75Kqps_600channel_60Krpcs_300Breq_50Bresp 2017-10-12 16:22:34 -07:00
Craig Tiller 7befe5d8e5 Add counters 2017-10-12 09:53:02 -07:00
Craig Tiller fa7ae246ca Add call combiner stats 2017-10-12 09:37:57 -07:00
Michael Darakananda df6e3750b2 Merge branch 'master' into fix-php 2017-10-10 15:07:28 +11:00
Sree Kuchibhotla 8454252631 Merge branch 'master' into cq_stats 2017-10-09 16:59:37 -07:00
ZhouyihaiDing d015389823 exclude uploading stats, add unconstained php benchmark
php7 build once
2017-10-06 15:25:14 -07:00
Craig Tiller 76eab735f4 Merge github.com:grpc/grpc into flowctl+millis 2017-10-05 08:36:34 -07:00
Sree Kuchibhotla 0d0fa06488 Add more counters in cq 2017-10-03 16:04:42 -07:00
Sree Kuchibhotla 2f2175c207 Counter for number of failed trylocks in cq 2017-10-03 14:47:45 -07:00
Michael Darakananda b268629245 php: fix scenario_config command
The flag "-c" should be in an argument.
2017-10-03 17:30:04 +11:00
Zhouyihai Ding f9a39ac7e2 Merge pull request #12718 from ZhouyihaiDing/c_ext_php
PHP benchmark: add running php with protobuf C-extension
2017-10-02 16:17:22 -07:00
Craig Tiller 1e868f0f95 Merge github.com:grpc/grpc into flowctl+millis 2017-09-29 11:18:26 -07:00
ZhouyihaiDing 5fef3e3fd5 reuse class; change language name; scenario naame; 2017-09-26 19:51:01 +00:00
Craig Tiller 2477cf3778 Revert "General executor speedups, introspection" 2017-09-26 12:20:35 -07:00
ZhouyihaiDing c8e145bd93 add protobuf c_ext to php benchmark 2017-09-26 17:23:46 +00:00
Craig Tiller cfb2da4445 Merge github.com:grpc/grpc into flowctl+millis 2017-09-22 07:21:12 -07:00
Nicolas Noble f0729a6151 Merge pull request #12672 from ctiller/hpack_stats
Add HPACK stats
2017-09-21 16:08:28 -07:00
Craig Tiller 6bfb8589ad Merge github.com:grpc/grpc into flowctl+millis 2017-09-21 15:12:43 -07:00
ZhouyihaiDing 7115862e98 update license 2017-09-21 13:23:35 -07:00
Zhouyihai Ding 4917b08a17 Revert "Revert "Add automated PHP-to-C++ performance testing"" 2017-09-21 12:52:50 -07:00
Vijay Pai 3121da1f5f Revert "Add automated PHP-to-C++ performance testing" 2017-09-21 12:24:33 -07:00