aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/qps/histogram.h
Commit message (Collapse)AuthorAge
* Move histogram to test/core/utilGravatar Vijay Pai2017-11-30
|
* Update clang-format to 5.0Gravatar Craig Tiller2017-11-03
|
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
|
* Include x.pb.h instead of x.grpc.pb.h for message-only protosGravatar yang-g2017-03-06
|
* Consolidate C++ proto files under src/protoGravatar Craig Tiller2015-12-17
| | | | | | - make the directory structure match the package structure - sanitize the package structure (test --> testing) - add auto-detection of proto file dependencies
* merge with headGravatar yang-g2015-11-20
|\
| * use new perf proto options in c++Gravatar Jan Tattermusch2015-11-18
|/
* Cleanup directory and make minor changesGravatar vjpai2015-11-02
|
* Split up into a new service proto, use proper service suffix, add aGravatar vjpai2015-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 issuesGravatar vjpai2015-10-28
|
* 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
|
* Merge github.com:google/grpc into qpsGravatar Craig Tiller2015-04-10
|\ | | | | | | | | Conflicts: Makefile
* | Add reporting library, use itGravatar Craig Tiller2015-04-10
| |
| * Splitting gRPC service class codegen into its own set of files.Gravatar Nicolas "Pixel" Noble2015-04-09
|/
* 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.