aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/qps/report.h
Commit message (Collapse)AuthorAge
* Enable the performance-* clang-tidy checksGravatar Noah Eisen2018-06-14
|
* Break out qps services into seperate protosGravatar kpayson642018-04-18
|
* Change grpc++ references in names to grpcppGravatar Vijay Pai2018-03-08
|
* Expose stats into qps_driverGravatar Craig Tiller2017-08-31
|
* Add a new metric 'Queries/CPU-sec'.Gravatar Guantao Liu2017-07-12
| | | | Enable internal credential types.
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
|
* add some commentsGravatar Yuxuan Li2017-05-04
|
* initial implementation.Gravatar Yuxuan Li2017-05-03
|
* create a grpc client qps test logging reporterGravatar Alexander Polcyn2017-04-08
|
* fixing overrideGravatar Yuxuan Li2016-11-07
|
* clang-formated and latency_vs_load.cc is deleted as its functionalityGravatar Yuxuan Li2016-10-06
| | | | has been merged into qps_json_driver.
* batched changesGravatar Yuxuan Li2016-10-06
|
* Deprecate perf_db useGravatar vjpai2016-05-31
|
* fix formattingGravatar Jan Tattermusch2016-04-14
|
* Enable JSON reports for qps driversGravatar Jan Tattermusch2016-04-14
|
* integrate ScenarioResult proto into qps driverGravatar Jan Tattermusch2016-04-14
|
* Merge branch 'master' of github.com:grpc/grpc into core_creds_api_changeGravatar Julien Boeuf2015-11-17
|\
| * 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
| |
* | Fixing Cpp tests.Gravatar Julien Boeuf2015-10-12
|/
* implementation fixGravatar yang-g2015-08-27
|
* headers reorgGravatar yang-g2015-08-21
|
* Changes introduced for passing hashed user id instead of access tokenGravatar Siddharth Rakesh2015-06-30
|
* Adding required changesGravatar Siddharth Rakesh2015-06-29
|\
* | Adding required changesGravatar Siddharth Rakesh2015-06-29
| |
* | Added support for passing a tag with the testGravatar Siddharth Rakesh2015-06-23
| |
* | Applied required modificationsGravatar Siddharth Rakesh2015-06-22
| |
* | Merge branch 'master' of https://github.com/grpc/grpcGravatar Siddharth Rakesh2015-06-22
|\|
* | edited reportGravatar Siddharth Rakesh2015-06-22
| |
| * Removed const-ness from Reporter interface methodsGravatar David Garcia Quintas2015-06-18
| |
* | Fixed hanging client declaration, server address can be passed nowGravatar Siddharth Rakesh2015-06-18
| |
* | updated configs sendingGravatar Siddharth Rakesh2015-06-10
| |
* | stableGravatar Siddharth Rakesh2015-06-08
| |
* | Merge branch 'master' of https://github.com/grpc/grpc into leaderboardGravatar Siddharth Rakesh2015-06-08
|\|
* | Newer versionGravatar Siddharth Rakesh2015-06-08
| |
| * Removed redundant parameter from Reporter interface.Gravatar David Garcia Quintas2015-06-05
| |
* | QPS, latencies recorded with authenticationGravatar Siddharth Rakesh2015-06-04
|/
* Return shared_ptr by value plus minor dependency fixGravatar David Garcia Quintas2015-05-20
|
* Improvements to reporting mechanism based on comments.Gravatar David Garcia Quintas2015-05-20
| | | | Turned the reporter into a composite, much cleaner arch.
* Simplified code based on comments and fixed build.jsonGravatar David Garcia Quintas2015-05-20
|
* Added missing benchmark_config.* filesGravatar David Garcia Quintas2015-05-20
|
* Removed registry for benchmark reports & introduced benchmark_config.{h,cc} ↵Gravatar David Garcia Quintas2015-05-20
| | | | | | | in the spirit of test_config.{h,cc}. The purpose of benchmark_config is to allow for different behaviors to be decided at compile-time.
* Refactored benchmark reporting mechanism.Gravatar David Garcia Quintas2015-05-20
| | | | | It now allows pluggging in "reporter" instances to process the benchmark results arbitrarily. This would allow, for example, to send results to a leaderboard and/or other systems for tracking performance metrics.
* Add reporting library, use itGravatar Craig Tiller2015-04-10