Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fix gpr_log format mismatches in c++ tests | Yuchen Zeng | 2016-06-10 |
| | |||
* | Factor out json seriailzation code and move it into parse_json. | David Klempner | 2016-06-08 |
| | | | | | | This is for the same reasons as ParseJson, that is so that we can limit the scope of the proto namespace differences between internal and external. | ||
* | merge and resolve conflicts | yang-g | 2016-06-03 |
|\ | |||
* | | Make grpc++ independent of protobuf | yang-g | 2016-06-03 |
| | | |||
| * | Remove unused gflags and gtest includes | vjpai | 2016-05-31 |
| | | |||
| * | Deprecate perf_db use | vjpai | 2016-05-31 |
|/ | |||
* | Speed up tests | Craig Tiller | 2016-05-23 |
| | |||
* | Cleanup redundant tests | Craig Tiller | 2016-05-23 |
| | |||
* | Fix timeout on async server shutdown | Craig Tiller | 2016-05-23 |
| | | | | | Server was continuing to make requests for new calls forever, which were starving out the shutdown sequence. Change order and win. | ||
* | Merge branch 'guess_cpu' into test_affine | Craig Tiller | 2016-05-20 |
|\ | |||
| * | Better guesses at benchmarks turned unit tests cpu cost | Craig Tiller | 2016-05-20 |
| | | |||
* | | Better testing | Craig Tiller | 2016-05-16 |
|/ | |||
* | clang-format | Craig Tiller | 2016-05-13 |
| | |||
* | Make qps workers connect before even warmup stage begins | Craig Tiller | 2016-05-13 |
| | |||
* | fix formatting | Jan Tattermusch | 2016-05-11 |
| | |||
* | add support for scenario categories | Jan Tattermusch | 2016-05-05 |
| | |||
* | Merge pull request #6340 from ctiller/fail_fast_breaks_qps | Jan Tattermusch | 2016-05-02 |
|\ | | | | | Disable fail fast for qps driver | ||
* | | clang-format, make code more self-documenting | Craig Tiller | 2016-04-29 |
| | | |||
* | | Add a shard channel arg to client channel construction | Craig Tiller | 2016-04-28 |
| | | | | | | | | | | | | C core automatically shares subchannels between channels. Therefore our multiple channel performance tests were really testing single channel performance. | ||
| * | Disable fail fast for qps driver | Craig Tiller | 2016-04-28 |
|/ | |||
* | Merge pull request #6147 from ctiller/strong-includes | Nicolas Noble | 2016-04-21 |
|\ | | | | | Rollup of changes from latest import | ||
| * | 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 |
| | |