Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge branch 'master' of github.com:grpc/grpc into qps_reporter_refactoring | David Garcia Quintas | 2015-05-21 |
|\ | |||
* | | 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 |
| | | |||
* | | 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. | ||
| * | Fix to work around the fact that Histogram isn't copyable. | David Garcia Quintas | 2015-05-20 |
|/ | |||
* | Split C++'s smoke_test into 4 stand alone ones. | David Garcia Quintas | 2015-05-05 |