Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Select better arguments | 2017-09-07 | |
| | |||
* | Enable epoll1 | 2017-08-30 | |
| | |||
* | Update the scenario result schema | 2017-07-24 | |
| | |||
* | Merge github.com:grpc/grpc into min_stack | 2017-07-12 | |
|\ | |||
| * | Use https://grpc.io consistently as the canonical URL | 2017-07-10 | |
| | | |||
| * | Merge pull request #11532 from ctiller/optimize_for | 2017-07-06 | |
| |\ | | | | | | | Allow application optimization targets to be hinted to grpc (prefer latency over throughput for now) | ||
| * \ | Merge pull request #11627 from murgatroid99/node_consistent_runtime_version | 2017-07-05 | |
| |\ \ | | | | | | | | | Make various scripts use the same version of Node | ||
* | | | | Merge github.com:grpc/grpc into min_stack | 2017-07-05 | |
|\| | | | |||
| | | * | Merge github.com:grpc/grpc into optimize_for | 2017-07-05 | |
| | | |\ | | |_|/ | |/| | | |||
| | * | | Make various scripts use the same version of Node | 2017-06-27 | |
| | | | | |||
| * | | | add script for patching perf benchmark schema | 2017-06-27 | |
| | | | | |||
| * | | | update scenario result schema | 2017-06-27 | |
| |/ / | |||
| | * | Allow application optimization targets to be hinted to grpc (prefer latency ↵ | 2017-06-19 | |
| |/ | | | | | | | over throughput for now) | ||
| * | disable unconstrained_1cq test | 2017-06-15 | |
| | | |||
| * | Merge remote-tracking branch 'origin/master' into HEAD | 2017-06-13 | |
| |\ | |||
| | * | auto-fix most of licenses | 2017-06-08 | |
| | | | |||
| | * | Switch node_to_cpp unary benchmark to async | 2017-06-01 | |
| | | | |||
| | * | Enable more Node performance tests, fix streaming test implementation | 2017-05-23 | |
| | | | |||
| * | | Reduce outstanding RPCs for 1cq tests | 2017-05-23 | |
| | | | |||
| * | | Support multiple threads per cq sharing, add tests | 2017-05-23 | |
| |/ | |||
* | | Merge github.com:grpc/grpc into min_stack | 2017-05-11 | |
|\ \ | |||
| | * | Add 2 new scenarios for better bw measurement | 2017-05-09 | |
| |/ | |||
| * | Reduce concurrent RPCs for single-core tests since some were timing out | 2017-05-08 | |
| | | | | | | | | or otherwise taking long to complete | ||
| * | Merge pull request #10313 from vjpai/onesided | 2017-05-05 | |
| |\ | | | | | | | Add QPS tests for 1-sided unconstrained streaming | ||
| * \ | Merge pull request #10912 from dgquintas/trying-to-fix-stuff | 2017-05-04 | |
| |\ \ | | | | | | | | | Upmerge from 1.3.0 to master | ||
| | | * | Add QPS tests for one-sided streaming | 2017-05-02 | |
| | | | | |||
| * | | | add C# generic insecure scenarios | 2017-05-02 | |
| | |/ | |/| | |||
* / | | Enable minimal stack for insecure tests | 2017-04-26 | |
|/ / | |||
| * | Removed another couple of uses of '--iomgr_platform=uv' | 2017-04-25 | |
|/ | |||
* | Add Node and Express benchmarks for various response sizes | 2017-04-18 | |
| | |||
* | fix 1MB perf scenarios | 2017-04-07 | |
| | |||
* | Merge pull request #10416 from murgatroid99/node_performance_tests | 2017-04-04 | |
|\ | | | | | Node performance tests and improvements | ||
* | | Add option to limit # of messages per stream with tests | 2017-04-03 | |
| | | |||
* | | Merge pull request #10380 from jtattermusch/ping_pong_1mb | 2017-04-03 | |
|\ \ | | | | | | | Add 1MB ping pong scenarios | ||
* \ \ | Merge pull request #9875 from vjpai/unary | 2017-03-31 | |
|\ \ \ | | | | | | | | | Synthetic benchmark for coordinator-worker workload | ||
* \ \ \ | Merge pull request #10311 from apolcyn/doc_perf_tests | 2017-03-31 | |
|\ \ \ \ | | | | | | | | | | | add doc for perf qps tests with steps for running | ||
| | | | * | Improve Node benchmarks, add generic unary test | 2017-03-31 | |
| | | | | | |||
| | * | | | Performance model of coordinator-worker use case | 2017-03-31 | |
| |/ / / |/| | | | |||
| | * | | add 1mb ping pong scenarios | 2017-03-31 | |
| |/ / |/| | | |||
* | | | Add C++ large message tests to PRs and master | 2017-03-30 | |
| |/ |/| | |||
| * | add notes to build and run workers in different languages | 2017-03-29 | |
| | | |||
| * | Doc perf tests | 2017-03-29 | |
|/ | |||
* | Merge pull request #10115 from ↵ | 2017-03-13 | |
|\ | | | | | | | | | thunderboltsid/update-run-tests-scripts-to-python3.x Make testing scripts python3.x compatible. | ||
| * | Modify shebang on python scripts | 2017-03-12 | |
| | | | | | | | | | | Change shebangs to `#!/usr/bin/env python` instead of `#!/usr/bin/env python2.7`. | ||
| * | Make testing scripts python3.x compatible | 2017-03-12 | |
| | | | | | | | | | | Update run_tests/*.py to use six based isomorphisms and print function from __future__ module. | ||
* | | Temporarily disable resource quota QPS tests | 2017-03-10 | |
|/ | |||
* | Merge remote-tracking branch 'upstream/v1.1.x' into 1.1.x_to_master | 2017-03-03 | |
|\ | |||
| * | Disable node_protobuf_async_unary_qps_unconstrained benchmark test | 2017-03-02 | |
| | | |||
* | | Merge remote-tracking branch 'upstream/v1.1.x' into merge_1.1.x_master | 2017-02-23 | |
|\| | |||
| * | Improve Node and libuv testing and test coverage | 2017-02-17 | |
| | | | | | | | | Allow Node tests to run with or without UV, change default version to 7, add some portability tests. Also make some more core tests work with libuv |