Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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 |
| | |||
* | Cleanup some names | vjpai | 2015-11-02 |
| | | | | | Remove some unused options and make server_threads relevant Start stubbing out better qps/core calculations | ||
* | 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. | ||
* | Numerous proto changes to make things more sane and fix some outstanding issues | vjpai | 2015-10-28 |
| | |||
* | Split qpstest.proto into two parts - one for performance stats and | vjpai | 2015-10-21 |
| | | | | | | one for control. Eliminate the use of our own SimpleRequest and SimpleResponse and instead share the one from end2end testing | ||
* | Move qpstest.proto to a common area (test/proto) instead of test/cpp/qps | vjpai | 2015-10-19 |
| | |||
* | Removing pessimizing moves. | Nicolas "Pixel" Noble | 2015-09-03 |
| | | | | Pass #2. | ||
* | Shuffling headers around. | Julien Boeuf | 2015-08-28 |
| | |||
* | headers reorg | yang-g | 2015-08-21 |
| | |||
* | Add a test that headers are properly in build.json | Craig Tiller | 2015-06-25 |
| | | | | Clean up anything that failed | ||
* | Update the Status API | Yang Gao | 2015-06-16 |
| | |||
* | Update QPS test to proto3 syntax | vjpai | 2015-06-05 |
| | |||
* | clang-format qps code - it was getting out of hand | Craig Tiller | 2015-05-21 |
| | |||
* | 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. |