Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Better testing | Craig Tiller | 2016-05-16 |
| | |||
* | Update copyrights | Craig Tiller | 2016-03-31 |
| | |||
* | 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. | ||
* | Simplify and properly implement openloop testing. | Vijay Pai | 2016-02-11 |
| | | | | Revive it in tests as well | ||
* | Remove host option from ServerConfig proto since it is error-prone and | Vijay Pai | 2016-01-29 |
| | | | | may cause inter-language confusion. | ||
* | use new perf proto options in c++ | Jan Tattermusch | 2015-11-18 |
| | |||
* | Address some review comments about signal and restoring qps_test_with_poll | vjpai | 2015-11-04 |
| | | | | Make payloads respect the new defaults | ||
* | clang-format | Vijay Pai | 2015-11-04 |
| | |||
* | Add in security support, make payload protos configurable | vjpai | 2015-11-04 |
| | | | | Have not yet added tests with security support, coming soon | ||
* | Cleanup some names | vjpai | 2015-11-02 |
| | | | | | Remove some unused options and make server_threads relevant Start stubbing out better qps/core calculations | ||
* | Split up into a new service proto, use proper service suffix, add a | vjpai | 2015-10-29 |
| | | | | | reset option to the mark, create a closed loop config params (empty message) for consistency with other tests. | ||
* | Numerous proto changes to make things more sane and fix some outstanding issues | vjpai | 2015-10-28 |
| | |||
* | headers reorg | yang-g | 2015-08-21 |
| | |||
* | Tune down number of channels for qps_test | Craig Tiller | 2015-07-30 |
| | |||
* | User agent string support | Craig Tiller | 2015-07-18 |
| | |||
* | Missing required changes from pull req. #1964 | David Garcia Quintas | 2015-06-08 |
| | |||
* | Merge branch 'master' of github.com:grpc/grpc into qps_reporter_refactoring | David Garcia Quintas | 2015-05-21 |
|\ | |||
* | | Improvements to reporting mechanism based on comments. | David Garcia Quintas | 2015-05-20 |
| | | | | | | | | Turned the reporter into a composite, much cleaner arch. | ||
* | | Simplified code based on comments and fixed build.json | David Garcia Quintas | 2015-05-20 |
| | | |||
* | | Removed registry for benchmark reports & introduced benchmark_config.{h,cc} ↵ | David Garcia Quintas | 2015-05-20 |
| | | | | | | | | | | | | | | in the spirit of test_config.{h,cc}. The purpose of benchmark_config is to allow for different behaviors to be decided at compile-time. | ||
* | | Refactored benchmark reporting mechanism. | David Garcia Quintas | 2015-05-20 |
| | | | | | | | | | | It now allows pluggging in "reporter" instances to process the benchmark results arbitrarily. This would allow, for example, to send results to a leaderboard and/or other systems for tracking performance metrics. | ||
| * | Fix to work around the fact that Histogram isn't copyable. | David Garcia Quintas | 2015-05-20 |
|/ | |||
* | Split C++'s smoke_test into 4 stand alone ones. | David Garcia Quintas | 2015-05-05 |