Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Update copyrights | Craig Tiller | 2016-03-31 |
| | |||
* | clang-format | Vijay Pai | 2016-02-02 |
| | |||
* | Add a Quit RPC so that we can conveniently shut down the workers from the ↵ | vjpai | 2016-02-02 |
| | | | | driver. | ||
* | Copyright fixes for sanity | vjpai | 2016-01-19 |
| | |||
* | Re-enable explicit specification of server port for qps worker. Also | Vijay Pai | 2016-01-19 |
| | | | | add in a check that we don't try to use generic testing for sync or unary. | ||
* | QPS worker no longer needs to specify server port on command line. This is part | vjpai | 2015-10-29 |
| | | | | | of the proto if desired, or just goes to pick_unused_port_or_die if not specified | ||
* | 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. | ||
* | Allow RunScenarios to spawn in-process workers | Craig Tiller | 2015-04-09 |
This allows us to get back to single binary tests where appropriate, which will help in-depth profiling efforts. I've built this atop my smoke_test changes as they inspired me to get this done. |