Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Reformat script code | murgatroid99 | 2018-04-26 |
| | |||
* | Fix some issues with Node benchmark scripts | murgatroid99 | 2018-04-26 |
| | |||
* | Fix sanity | murgatroid99 | 2018-04-24 |
| | |||
* | Add Node perf tests for both implementations | murgatroid99 | 2018-04-24 |
| | |||
* | Upgrade yapf to 0.20.0 | Mehrdad Afshari | 2018-01-02 |
| | | | | Upgrade yapf version to 0.20.0 and reformat Python files. | ||
* | Add back 1_cq qps test | Ken Payson | 2017-12-13 |
| | |||
* | yapf tools/run_tests/performance | ncteisen | 2017-12-11 |
| | |||
* | Merge branch 'master' into remove_node | Michael Lumish | 2017-10-26 |
|\ | |||
* | | Remove src/node and references to it | murgatroid99 | 2017-10-25 |
| | | | | | | | | | | | | 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. | ||
| * | Create inproc version of QPS test and add a few simple tests of this to ↵ | Vijay Pai | 2017-10-19 |
| | | | | | | | | standard testing suite. | ||
| * | Tune benchmark for epollexclusive | Craig Tiller | 2017-10-16 |
|/ | |||
* | Fix scenario_config: | Craig Tiller | 2017-10-15 |
| | | | | | - don't force all scenarios to be run on only one machine - allow client count to scale as # of clients configured | ||
* | Merge pull request #12987 from y-zeng/qps_py | Yuchen Zeng | 2017-10-13 |
|\ | | | | | Add cpp_protobuf_async_unary_75Kqps_600channel_60Krpcs_300Breq_50Bresp | ||
| * | Add cpp_protobuf_async_unary_75Kqps_600channel_60Krpcs_300Breq_50Bresp | Yuchen Zeng | 2017-10-12 |
| | | |||
* | | Merge branch 'master' into fix-php | Michael Darakananda | 2017-10-10 |
|\| | |||
| * | exclude uploading stats, add unconstained php benchmark | ZhouyihaiDing | 2017-10-06 |
| | | | | | | | | php7 build once | ||
* | | php: fix scenario_config command | Michael Darakananda | 2017-10-03 |
|/ | | | | The flag "-c" should be in an argument. | ||
* | reuse class; change language name; scenario naame; | ZhouyihaiDing | 2017-09-26 |
| | |||
* | add protobuf c_ext to php benchmark | ZhouyihaiDing | 2017-09-26 |
| | |||
* | Revert "Revert "Add automated PHP-to-C++ performance testing"" | Zhouyihai Ding | 2017-09-21 |
| | |||
* | Revert "Add automated PHP-to-C++ performance testing" | Vijay Pai | 2017-09-21 |
| | |||
* | Merge pull request #10126 from vjpai/phpqps_auto | Vijay Pai | 2017-09-21 |
|\ | | | | | Add automated PHP-to-C++ performance testing | ||
| * | typo | Vijay Pai | 2017-09-12 |
| | | |||
| * | Start setting up files for autorun of php_to_cpp qps tests | Vijay Pai | 2017-09-12 |
| | | |||
* | | Merge github.com:grpc/grpc into tpcq | Craig Tiller | 2017-09-11 |
|\| | |||
* | | Switch to three threads per cq for unconstrained benchmarks | Craig Tiller | 2017-09-08 |
| | | |||
| * | Select better arguments | Craig Tiller | 2017-09-07 |
|/ | |||
* | Enable epoll1 | Sree Kuchibhotla | 2017-08-30 |
| | |||
* | Merge github.com:grpc/grpc into min_stack | Craig Tiller | 2017-07-12 |
|\ | |||
* \ | Merge github.com:grpc/grpc into min_stack | Craig Tiller | 2017-07-05 |
|\ \ | |||
| | * | Allow application optimization targets to be hinted to grpc (prefer latency ↵ | Craig Tiller | 2017-06-19 |
| |/ | | | | | | | over throughput for now) | ||
| * | disable unconstrained_1cq test | Ken Payson | 2017-06-15 |
| | | |||
| * | Merge remote-tracking branch 'origin/master' into HEAD | Ken Payson | 2017-06-13 |
| |\ | |||
| | * | auto-fix most of licenses | Jan Tattermusch | 2017-06-08 |
| | | | |||
| | * | Switch node_to_cpp unary benchmark to async | murgatroid99 | 2017-06-01 |
| | | | |||
| | * | Enable more Node performance tests, fix streaming test implementation | murgatroid99 | 2017-05-23 |
| | | | |||
| * | | Reduce outstanding RPCs for 1cq tests | Vijay Pai | 2017-05-23 |
| | | | |||
| * | | Support multiple threads per cq sharing, add tests | Vijay Pai | 2017-05-23 |
| |/ | |||
* | | Merge github.com:grpc/grpc into min_stack | Craig Tiller | 2017-05-11 |
|\ \ | |||
| | * | Add 2 new scenarios for better bw measurement | Vijay Pai | 2017-05-09 |
| |/ | |||
| * | Reduce concurrent RPCs for single-core tests since some were timing out | Vijay Pai | 2017-05-08 |
| | | | | | | | | or otherwise taking long to complete | ||
| * | Merge pull request #10313 from vjpai/onesided | Vijay Pai | 2017-05-05 |
| |\ | | | | | | | Add QPS tests for 1-sided unconstrained streaming | ||
| | * | Add QPS tests for one-sided streaming | Vijay Pai | 2017-05-02 |
| | | | |||
| * | | add C# generic insecure scenarios | Jan Tattermusch | 2017-05-02 |
| |/ | |||
* / | Enable minimal stack for insecure tests | Craig Tiller | 2017-04-26 |
|/ | |||
* | Add Node and Express benchmarks for various response sizes | murgatroid99 | 2017-04-18 |
| | |||
* | fix 1MB perf scenarios | Jan Tattermusch | 2017-04-07 |
| | |||
* | Add option to limit # of messages per stream with tests | Vijay Pai | 2017-04-03 |
| | |||
* | Merge pull request #10380 from jtattermusch/ping_pong_1mb | Jan Tattermusch | 2017-04-03 |
|\ | | | | | Add 1MB ping pong scenarios | ||
* | | Performance model of coordinator-worker use case | Vijay Pai | 2017-03-31 |
| | |