Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
| * | Merge github.com:grpc/grpc into strong-includes | Craig Tiller | 2016-04-21 | |
| |\ | ||||
* | | | Make sure that there is at least one scenario, otherwise indicates malformed | Vijay Pai | 2016-04-21 | |
| |/ |/| | | | | | input | |||
* | | clang-format | Vijay Pai | 2016-04-20 | |
| | | ||||
* | | Merge branch 'master' into qps_driver_youre_fired | vjpai | 2016-04-20 | |
|\ \ | ||||
* | | | Eliminate unused source file | vjpai | 2016-04-20 | |
| | | | ||||
* | | | Deprecation of qps_driver and use of shell scripts, in progress | vjpai | 2016-04-20 | |
| | | | ||||
| * | | Eradicate Uniform, Deterministic, and Pareto interarrival | vjpai | 2016-04-20 | |
|/ / | | | | | | | | | distributions since we don't use them and it's not sensible to add them | |||
* | | fix formatting | Jan Tattermusch | 2016-04-15 | |
| | | ||||
* | | populate ScenarioResult.summary in JSON report | Jan Tattermusch | 2016-04-15 | |
| | | ||||
* | | fix formatting | Jan Tattermusch | 2016-04-14 | |
| | | ||||
* | | fix formatting | Jan Tattermusch | 2016-04-14 | |
| | | ||||
* | | Enable JSON reports for qps drivers | Jan Tattermusch | 2016-04-14 | |
| | | ||||
* | | integrate ScenarioResult proto into qps driver | Jan Tattermusch | 2016-04-14 | |
| | | ||||
| * | Add missing file | Craig Tiller | 2016-04-11 | |
| | | ||||
| * | Rollup of changes from the latest import | Craig Tiller | 2016-04-11 | |
|/ | ||||
* | Configure performance scenarios with json | Craig Tiller | 2016-04-06 | |
| | | | | Run those json configurations as part of presubmits | |||
* | Update copyrights | Craig Tiller | 2016-03-31 | |
| | ||||
* | Fix includes | Craig Tiller | 2016-03-25 | |
| | ||||
* | Merge pull request #5877 from vjpai/make_generic_payloads_great_again | Jan Tattermusch | 2016-03-25 | |
|\ | | | | | Properly set server payload config in QPS tests | |||
* | | Fix copyrights | Craig Tiller | 2016-03-25 | |
| | | ||||
* | | Auto-changes | Craig Tiller | 2016-03-25 | |
| | | ||||
| * | Merge branch 'master' into make_generic_payloads_great_again | Vijay Pai | 2016-03-24 | |
| |\ | |/ |/| | ||||
| * | @jtattermusch correctly pointed out that we are not setting | vjpai | 2016-03-21 | |
| | | | | | | | | | | | | payload config in our server config. This affect any generic server tests that use anything other than 0-byte responses: essentially, server-streaming or bidi throughput tests. | |||
* | | Made the code simpler to parse for humans | David Garcia Quintas | 2016-03-21 | |
| | | ||||
* | | Ensure that no #includes are inside of a namespace. | David Garcia Quintas | 2016-03-21 | |
|/ | ||||
* | clang-format and fix a typo caused by saving | Vijay Pai | 2016-03-14 | |
| | ||||
* | 1. Remove all deadlines from the RPCs and shutdown in this code. | vjpai | 2016-03-14 | |
| | | | | | | | | | | | | These tests (especially unconstrained versions) can get very backlogged and may take a while to finish. We sometimes flake waiting for that. This is not hazardous (IMO), as the scripts that run these tests already have timeouts to make sure that these don't truly go on forever. 2. Make the time spent in the benchmark phase actually be benchmark_seconds rather than benchmark_seconds-warmup_seconds as it is currently. | |||
* | Merge branch 'master' into debug_qps_stream | vjpai | 2016-03-10 | |
|\ | ||||
| * | Fix formatting | Craig Tiller | 2016-03-07 | |
| | | ||||
| * | Disable profiling in qps_worker for now | Craig Tiller | 2016-03-07 | |
| | | ||||
| * | Revert "Ensure that no #includes are inside of a namespace." | Craig Tiller | 2016-03-04 | |
| | | ||||
| * | sanity | David Garcia Quintas | 2016-03-02 | |
| | | ||||
| * | Ensure that no #includes are inside of a namespace. | David Garcia Quintas | 2016-03-02 | |
| | | ||||
* | | clang-format | Vijay Pai | 2016-02-26 | |
| | | ||||
* | | Finish clients fully before finishing servers | vjpai | 2016-02-26 | |
| | | ||||
* | | Simplify Mark processing code | vjpai | 2016-02-25 | |
| | | ||||
* | | Do stream operations in a more idiomatic way: Write, WritesDone, Read until ↵ | Vijay Pai | 2016-02-25 | |
|/ | | | | fail, Finish | |||
* | Timer->UsageTimer consistently | vjpai | 2016-02-24 | |
| | ||||
* | Merge pull request #5388 from vjpai/bourne_again | Nicolas Noble | 2016-02-24 | |
|\ | | | | | Use traditional Bourne shell syntax for piping stdout and stderr | |||
| * | BSD platforms (such as Mac) are likely to have /bin/sh refer to traditional | vjpai | 2016-02-24 | |
| | | | | | | | | | | Bourne shell syntax, not Bash syntax. Change "|&" to "2>&1 |" since that's the traditional way to redirect stdout and stderr to a pipe | |||
* | | Merge github.com:grpc/grpc into naming-crisis | Craig Tiller | 2016-02-23 | |
|\| | ||||
* | | Fix copyrights | Craig Tiller | 2016-02-23 | |
| | | ||||
* | | clang-fmt | Craig Tiller | 2016-02-22 | |
| | | ||||
* | | Add a sanity test for name aliasing | Craig Tiller | 2016-02-22 | |
| | | ||||
| * | Fix the slowdown factor | Vijay Pai | 2016-02-19 | |
| | | ||||
| * | 1. Adjust tsan/asan/msan slowdowns according to documentation | Vijay Pai | 2016-02-19 | |
|/ | | | | | | | | | | | | tsan documentation says 2-20x, so set it at 20x asan documentation says 1.2-2.7x, so set it at 3x msan documentation says 2-4x, so set it at 4x This is now much less optimistic than before 2. Reactive tsan tests for qps_test 3. Set CPU load for qps_openloop_test 4. Divide qps_openloop_test Poisson rate by the slowdown factor of the configuration | |||
* | Document variable names | Vijay Pai | 2016-02-17 | |
| | ||||
* | Use more variables for better explanations | Vijay Pai | 2016-02-17 | |
| | ||||
* | Use three different load-factors and document load-factor variable | Vijay Pai | 2016-02-17 | |
| | ||||
* | Merge branch 'master' into loaded | Vijay Pai | 2016-02-16 | |
|\ |