Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | remove contents of /vsprojects directory | Jan Tattermusch | 2017-08-23 |
| | |||
* | Fixing qps & benchmark. | Nicolas "Pixel" Noble | 2017-03-24 |
| | |||
* | remove limit_cores.h from build.yaml | Alexander Polcyn | 2017-01-11 |
| | |||
* | re-run generate project to build qps json driver | Alexander Polcyn | 2017-01-11 |
| | |||
* | Factor out json seriailzation code and move it into parse_json. | David Klempner | 2016-06-08 |
| | | | | | | This is for the same reasons as ParseJson, that is so that we can limit the scope of the proto namespace differences between internal and external. | ||
* | Deprecate perf_db use | vjpai | 2016-05-31 |
| | |||
* | Sort out codegen dependencies | Craig Tiller | 2016-04-07 |
| | |||
* | Add uses clauses to filegroups to ease dependency management | Craig Tiller | 2016-03-28 |
| | |||
* | Regenerate files, fix bugs | Craig Tiller | 2016-02-22 |
| | |||
* | Merge branch 'master' into corelimit2 | Vijay Pai | 2016-02-01 |
|\ | |||
| * | Merge remote-tracking branch 'upstream/release-0_12' into integrate_0_12_changes | Jan Tattermusch | 2016-01-20 |
| |\ | |||
* | | | Rename coresched --> limit_cores | vjpai | 2016-01-19 |
| | | | |||
| | * | Re-ordering interdependent proto files. | Nicolas "Pixel" Noble | 2016-01-14 |
| | | | |||
* | | | Make core limitation work for both client and server so that we can run ↵ | Vijay Pai | 2016-01-13 |
|/ / | | | | | | | | | | | | | tests on the same machine if desired. The core_list flags to qps_driver are comma-separated lists of core numbers. | ||
* | | Merge branch 'yawn' into proto_names | Craig Tiller | 2015-12-22 |
|\ \ | |||
| * | | BoringSSL: vsproject changes | Craig Tiller | 2015-12-22 |
| |/ | |||
* / | 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 | ||
* | Add in security support, make payload protos configurable | vjpai | 2015-11-04 |
| | | | | Have not yet added tests with security support, coming soon | ||
* | Cleanup directory and make minor changes | vjpai | 2015-11-02 |
| | |||
* | 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 |
| | |||
* | Generated changes | Craig Tiller | 2015-08-31 |