aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/qps/report.cc
Commit message (Collapse)AuthorAge
* Break out qps services into seperate protosGravatar kpayson642018-04-18
|
* Change grpc++ references in names to grpcppGravatar Vijay Pai2018-03-08
|
* Run clang fmtGravatar Noah Eisen2018-02-09
|
* Autofix c casts to c++ castsGravatar Noah Eisen2018-02-09
|
* Add pollset_kick statsGravatar Craig Tiller2017-09-01
|
* 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
|
* adding server side poll statGravatar Yuxuan Li2017-05-03
|
* initial implementation.Gravatar Yuxuan Li2017-05-03
|
* create a grpc client qps test logging reporterGravatar Alexander Polcyn2017-04-08
|
* fixing conflicts with new upstream masterGravatar Yuxuan Li2016-10-28
|\
* | change flags type, name according to the comments.Gravatar Yuxuan Li2016-10-06
| | | | | | | | change binary search stride from 1 to FLAGS_precision
* | batched changesGravatar Yuxuan Li2016-10-06
| |
| * Complete reporting for failure ratesGravatar Craig Tiller2016-09-29
|/
* Factor out json seriailzation code and move it into parse_json.Gravatar David Klempner2016-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.
* fix formattingGravatar Jan Tattermusch2016-04-15
|
* populate ScenarioResult.summary in JSON reportGravatar Jan Tattermusch2016-04-15
|
* fix formattingGravatar Jan Tattermusch2016-04-14
|
* 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
|
* Cleanup some namesGravatar vjpai2015-11-02
| | | | | Remove some unused options and make server_threads relevant Start stubbing out better qps/core calculations
* clang-formatGravatar Vijay Pai2015-08-11
|
* Address concerns from reviewGravatar vjpai2015-08-11
|
* Eliminate use of lambdas in ResourceUsage processing functions...Gravatar Vijay Pai2015-07-31
| | | | Introduce simple getters instead.
* 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
| |
* | minor commented code removalGravatar Siddharth Rakesh2015-06-19
| |
| * 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
| |
* | Update report.ccGravatar sidrakesh932015-06-18
| |
* | commentedGravatar Siddharth Rakesh2015-06-17
| |
* | added commentsGravatar Siddharth Rakesh2015-06-15
| |
* | 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
|/
* 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
|
* 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