Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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 |
| | |||
* | 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 | ||
* \ | Merge pull request #10912 from dgquintas/trying-to-fix-stuff | David G. Quintas | 2017-05-04 |
|\ \ | | | | | | | Upmerge from 1.3.0 to master | ||
| | * | Add QPS tests for one-sided streaming | Vijay Pai | 2017-05-02 |
| | | | |||
* | | | add C# generic insecure scenarios | Jan Tattermusch | 2017-05-02 |
| |/ |/| | |||
| * | Removed another couple of uses of '--iomgr_platform=uv' | murgatroid99 | 2017-04-25 |
|/ | |||
* | Add Node and Express benchmarks for various response sizes | murgatroid99 | 2017-04-18 |
| | |||
* | fix 1MB perf scenarios | Jan Tattermusch | 2017-04-07 |
| | |||
* | Merge pull request #10416 from murgatroid99/node_performance_tests | Michael Lumish | 2017-04-04 |
|\ | | | | | Node performance tests and improvements | ||
* | | 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 | ||
* \ \ | Merge pull request #9875 from vjpai/unary | Vijay Pai | 2017-03-31 |
|\ \ \ | | | | | | | | | Synthetic benchmark for coordinator-worker workload | ||
* \ \ \ | Merge pull request #10311 from apolcyn/doc_perf_tests | apolcyn | 2017-03-31 |
|\ \ \ \ | | | | | | | | | | | add doc for perf qps tests with steps for running | ||
| | | | * | Improve Node benchmarks, add generic unary test | murgatroid99 | 2017-03-31 |
| | | | | | |||
| | * | | | Performance model of coordinator-worker use case | Vijay Pai | 2017-03-31 |
| |/ / / |/| | | | |||
| | * | | add 1mb ping pong scenarios | Jan Tattermusch | 2017-03-31 |
| |/ / |/| | | |||
* | | | Add C++ large message tests to PRs and master | Vijay Pai | 2017-03-30 |
| |/ |/| | |||
| * | add notes to build and run workers in different languages | Alexander Polcyn | 2017-03-29 |
| | | |||
| * | Doc perf tests | Alexander Polcyn | 2017-03-29 |
|/ | |||
* | Merge pull request #10115 from ↵ | Nathaniel Manista | 2017-03-13 |
|\ | | | | | | | | | thunderboltsid/update-run-tests-scripts-to-python3.x Make testing scripts python3.x compatible. | ||
| * | Modify shebang on python scripts | Siddharth Shukla | 2017-03-12 |
| | | | | | | | | | | Change shebangs to `#!/usr/bin/env python` instead of `#!/usr/bin/env python2.7`. | ||
| * | Make testing scripts python3.x compatible | Siddharth Shukla | 2017-03-12 |
| | | | | | | | | | | Update run_tests/*.py to use six based isomorphisms and print function from __future__ module. | ||
* | | Temporarily disable resource quota QPS tests | Vijay Pai | 2017-03-10 |
|/ | |||
* | Merge remote-tracking branch 'upstream/v1.1.x' into 1.1.x_to_master | David Garcia Quintas | 2017-03-03 |
|\ | |||
| * | Disable node_protobuf_async_unary_qps_unconstrained benchmark test | murgatroid99 | 2017-03-02 |
| | | |||
* | | Merge remote-tracking branch 'upstream/v1.1.x' into merge_1.1.x_master | murgatroid99 | 2017-02-23 |
|\| | |||
| * | Improve Node and libuv testing and test coverage | murgatroid99 | 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 | ||
* | | make the change in scenario config rather than c# | Alexander Polcyn | 2017-02-09 |
| | | |||
* | | add missing return statement | Alexander Polcyn | 2017-02-03 |
| | | |||
* | | Merge branch 'master' into poll-cv-disable | Sree Kuchibhotla | 2017-01-30 |
|\ \ | |||
* | | | Excluded async_client_sync_server_* tests for poll-cv engine since it | Sree Kuchibhotla | 2017-01-27 |
| |/ |/| | | | | | | | | | | | sometimes get stuck (or extremely slow). (https://github.com/grpc/grpc/issues/8545) created to debug poll-cv issues with async_client_sync_server perf tests | ||
| * | Add message sizes to sweeps | Craig Tiller | 2017-01-18 |
| | | |||
| * | Support setting request, response size | Craig Tiller | 2017-01-18 |
|/ | |||
* | Merge pull request #9322 from apolcyn/deprecate_benchmark_core_lists | apolcyn | 2017-01-17 |
|\ | | | | | Don't configure core lists in in benchmark driver | ||
| * | ignore core counts and core lists in qps json driver | Alexander Polcyn | 2017-01-11 |
| | | |||
* | | enable uploading server cpu usage data from performance tests to big query | Yuxuan Li | 2017-01-11 |
|/ | |||
* | add a "perf" option to benchmarks script, generate profile text reports and ↵ | Alexander Polcyn | 2016-12-08 |
| | | | | flamegraphs | ||
* | enable running windows perf tests | Jan Tattermusch | 2016-11-16 |
| | |||
* | Merge branch 'master' into node_express_run_perf_tests | murgatroid99 | 2016-11-09 |
|\ | |||
* | | Remove some disabled copied Node Express perf tests | murgatroid99 | 2016-11-09 |
| | | |||
| * | fix repeated field | Yuxuan Li | 2016-11-09 |
| | | |||
| * | add a blank line back | Yuxuan Li | 2016-11-09 |
| | | |||
| * | hiding totalCpuTime and idleCpuTime from ServerStatus proto message | Yuxuan Li | 2016-11-09 |
| | | |||
| * | unblock the performance tests. hide the cpu usage field for now. | Yuxuan Li | 2016-11-09 |
| | | |||
* | | Enable Node Express benchmarks, fix copy/paste errors | murgatroid99 | 2016-11-09 |
|/ | |||
* | More data massaging | Craig Tiller | 2016-11-01 |
| | |||
* | More data massaging | Craig Tiller | 2016-11-01 |
| |