aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/qps/qps_worker.cc
Commit message (Collapse)AuthorAge
...
* Split qpstest.proto into two parts - one for performance stats andGravatar vjpai2015-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/qpsGravatar vjpai2015-10-19
|
* Removing pessimizing moves.Gravatar Nicolas "Pixel" Noble2015-09-03
| | | | Pass #2.
* Shuffling headers around.Gravatar Julien Boeuf2015-08-28
|
* headers reorgGravatar yang-g2015-08-21
|
* Add a test that headers are properly in build.jsonGravatar Craig Tiller2015-06-25
| | | | Clean up anything that failed
* Update the Status APIGravatar Yang Gao2015-06-16
|
* Update QPS test to proto3 syntaxGravatar vjpai2015-06-05
|
* clang-format qps code - it was getting out of handGravatar Craig Tiller2015-05-21
|
* Allow RunScenarios to spawn in-process workersGravatar Craig Tiller2015-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.