aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/qps/driver.cc
Commit message (Collapse)AuthorAge
...
| * Fix to work around the fact that Histogram isn't copyable.Gravatar David Garcia Quintas2015-05-20
| |
| * Added the client and server configurations to the bench results proto.Gravatar David Garcia Quintas2015-05-19
| | | | | | | | | | The added configurations also include the host of both parties. This is useful for reporting.
* | Compile fixGravatar Craig Tiller2015-05-19
| |
* | Better RNG seeding portabilityGravatar Craig Tiller2015-05-19
| |
* | Cheesy attempt to get this working on TravisGravatar Craig Tiller2015-05-18
|/
* 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.
* Allow specifying warmup, benchmark timesGravatar Craig Tiller2015-04-08
|
* Elminate range-based fors and work around some other limitations in older ↵Gravatar Vijay Pai2015-03-24
| | | | compilers
* Merge github.com:grpc/grpc into creditGravatar Craig Tiller2015-03-05
|
* clang-formatGravatar Craig Tiller2015-03-04
|
* Print resource utilizationGravatar Craig Tiller2015-03-03
|
* FormattingGravatar Craig Tiller2015-03-03
|
* Generate latencies in driverGravatar Craig Tiller2015-03-03
|
* FormattingGravatar Craig Tiller2015-03-03
|
* Rework QPS client/serverGravatar Craig Tiller2015-03-02
| | | | | Now setup as a driver and N anonymous workers that may become clients or servers. Will convert async soon.
* WIPGravatar Craig Tiller2015-03-02
|
* Driver to client/server kind of worksGravatar Craig Tiller2015-02-23
|
* Create server/client listsGravatar Craig Tiller2015-02-23
|
* Getting the driver pieces in placeGravatar Craig Tiller2015-02-23
Driver logic not implemented yet