Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | create a grpc client qps test logging reporter | Alexander Polcyn | 2017-04-08 |
| | |||
* | fixing override | Yuxuan Li | 2016-11-07 |
| | |||
* | clang-formated and latency_vs_load.cc is deleted as its functionality | Yuxuan Li | 2016-10-06 |
| | | | | has been merged into qps_json_driver. | ||
* | batched changes | Yuxuan Li | 2016-10-06 |
| | |||
* | Deprecate perf_db use | vjpai | 2016-05-31 |
| | |||
* | fix formatting | Jan Tattermusch | 2016-04-14 |
| | |||
* | Enable JSON reports for qps drivers | Jan Tattermusch | 2016-04-14 |
| | |||
* | integrate ScenarioResult proto into qps driver | Jan Tattermusch | 2016-04-14 |
| | |||
* | Merge branch 'master' of github.com:grpc/grpc into core_creds_api_change | Julien Boeuf | 2015-11-17 |
|\ | |||
| * | 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 |
| | | |||
* | | Fixing Cpp tests. | Julien Boeuf | 2015-10-12 |
|/ | |||
* | implementation fix | yang-g | 2015-08-27 |
| | |||
* | headers reorg | yang-g | 2015-08-21 |
| | |||
* | Changes introduced for passing hashed user id instead of access token | Siddharth Rakesh | 2015-06-30 |
| | |||
* | Adding required changes | Siddharth Rakesh | 2015-06-29 |
|\ | |||
* | | Adding required changes | Siddharth Rakesh | 2015-06-29 |
| | | |||
* | | Added support for passing a tag with the test | Siddharth Rakesh | 2015-06-23 |
| | | |||
* | | Applied required modifications | Siddharth Rakesh | 2015-06-22 |
| | | |||
* | | Merge branch 'master' of https://github.com/grpc/grpc | Siddharth Rakesh | 2015-06-22 |
|\| | |||
* | | edited report | Siddharth Rakesh | 2015-06-22 |
| | | |||
| * | Removed const-ness from Reporter interface methods | David Garcia Quintas | 2015-06-18 |
| | | |||
* | | Fixed hanging client declaration, server address can be passed now | Siddharth Rakesh | 2015-06-18 |
| | | |||
* | | updated configs sending | Siddharth Rakesh | 2015-06-10 |
| | | |||
* | | stable | Siddharth Rakesh | 2015-06-08 |
| | | |||
* | | Merge branch 'master' of https://github.com/grpc/grpc into leaderboard | Siddharth Rakesh | 2015-06-08 |
|\| | |||
* | | Newer version | Siddharth Rakesh | 2015-06-08 |
| | | |||
| * | Removed redundant parameter from Reporter interface. | David Garcia Quintas | 2015-06-05 |
| | | |||
* | | QPS, latencies recorded with authentication | Siddharth Rakesh | 2015-06-04 |
|/ | |||
* | Return shared_ptr by value plus minor dependency fix | David Garcia Quintas | 2015-05-20 |
| | |||
* | Improvements to reporting mechanism based on comments. | David Garcia Quintas | 2015-05-20 |
| | | | | Turned the reporter into a composite, much cleaner arch. | ||
* | Simplified code based on comments and fixed build.json | David Garcia Quintas | 2015-05-20 |
| | |||
* | Added missing benchmark_config.* files | David Garcia Quintas | 2015-05-20 |
| | |||
* | Removed registry for benchmark reports & introduced benchmark_config.{h,cc} ↵ | David Garcia Quintas | 2015-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. | David Garcia Quintas | 2015-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 it | Craig Tiller | 2015-04-10 |