Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Include x.pb.h instead of x.grpc.pb.h for message-only protos | yang-g | 2017-03-06 |
| | |||
* | ignore core counts and core lists in qps json driver | Alexander Polcyn | 2017-01-11 |
| | |||
* | allow disable core_list setting and override qps server in benchmarks | Alexander Polcyn | 2016-12-20 |
| | |||
* | Add more information so that we can have a meaningful exit code | Vijay Pai | 2016-07-07 |
| | |||
* | integrate ScenarioResult proto into qps driver | Jan Tattermusch | 2016-04-14 |
| | |||
* | Update copyrights | Craig Tiller | 2016-03-31 |
| | |||
* | Auto-changes | Craig Tiller | 2016-03-25 |
| | |||
* | Clang format and fix copyrights | murgatroid99 | 2016-02-05 |
| | |||
* | Add a Quit RPC so that we can conveniently shut down the workers from the ↵ | vjpai | 2016-02-02 |
| | | | | driver. | ||
* | Consolidate C++ proto files under src/proto | Craig Tiller | 2015-12-17 |
| | | | | | | - make the directory structure match the package structure - sanitize the package structure (test --> testing) - add auto-detection of proto file dependencies | ||
* | 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 | ||
* | 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 |
| | |||
* | Address concerns from review | vjpai | 2015-08-11 |
| | |||
* | Eliminate use of lambdas in ResourceUsage processing functions... | Vijay Pai | 2015-07-31 |
| | | | | Introduce simple getters instead. | ||
* | Fix to work around the fact that Histogram isn't copyable. | David Garcia Quintas | 2015-05-20 |
| | |||
* | Added the client and server configurations to the bench results proto. | David Garcia Quintas | 2015-05-19 |
| | | | | | The added configurations also include the host of both parties. This is useful for reporting. | ||
* | Merge branch 'qps' into local_worker | Craig Tiller | 2015-04-10 |
|\ | | | | | | | | | | | | | Conflicts: Makefile build.json test/cpp/qps/worker.cc | ||
* | | 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. | ||
| * | Merge pull request #1238 from nicolasnoble/plugin-rework | Yang Gao | 2015-04-09 |
|/| | | | | | Splitting gRPC service class codegen into its own set of files. | ||
| * | Splitting gRPC service class codegen into its own set of files. | Nicolas "Pixel" Noble | 2015-04-09 |
| | | |||
* | | Allow specifying warmup, benchmark times | Craig Tiller | 2015-04-08 |
|/ | |||
* | clang-format | Craig Tiller | 2015-03-04 |
| | |||
* | Print resource utilization | Craig Tiller | 2015-03-03 |
| | |||
* | Formatting | Craig Tiller | 2015-03-03 |
| | |||
* | Rework QPS client/server | Craig Tiller | 2015-03-02 |
| | | | | | Now setup as a driver and N anonymous workers that may become clients or servers. Will convert async soon. | ||
* | Driver to client/server kind of works | Craig Tiller | 2015-02-23 |
| | |||
* | Create server/client lists | Craig Tiller | 2015-02-23 |
| | |||
* | Getting the driver pieces in place | Craig Tiller | 2015-02-23 |
Driver logic not implemented yet |