aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/qps/report.h
Commit message (Collapse)AuthorAge
* 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