aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/qps/qps_json_driver.cc
Commit message (Collapse)AuthorAge
* Merge pull request #9322 from apolcyn/deprecate_benchmark_core_listsGravatar apolcyn2017-01-17
|\ | | | | Don't configure core lists in in benchmark driver
| * re-run clang-format.shGravatar Alexander Polcyn2017-01-12
| |
| * ignore core counts and core lists in qps json driverGravatar Alexander Polcyn2017-01-11
| |
* | enable uploading server cpu usage data from performance tests to big queryGravatar Yuxuan Li2017-01-11
|/
* allow disable core_list setting and override qps server in benchmarksGravatar Alexander Polcyn2016-12-20
|
* clang-format for recently changed files. merged upstream masterGravatar Yuxuan Li2016-10-28
|
* Change flag precision to flag stride, better description.Gravatar Yuxuan Li2016-10-21
| | | | | | | Add flag error_tolerence to define the search stopping criteria. Move the equal condition in the binary search to smaller than condition. Wrap get_cpu_usage(), so on non-linux platform, the compiler won't complain and will get cpu usage to be 0.
* change default values flagsGravatar Yuxuan Li2016-10-06
|
* change flags type, name according to the comments.Gravatar Yuxuan Li2016-10-06
| | | | change binary search stride from 1 to FLAGS_precision
* change binary search log info from GPR_INFO to GPR_DEBUGGravatar Yuxuan Li2016-10-06
|
* clean up unnecessary new lines and logging.Gravatar Yuxuan Li2016-10-06
|
* clang-formated and latency_vs_load.cc is deleted as its functionalityGravatar Yuxuan Li2016-10-06
| | | | has been merged into qps_json_driver.
* updated protobuf, merged latency_vs_load.cc(not deleted yet) and ↵Gravatar Yuxuan Li2016-10-06
| | | | qps_json_driver.cc
* initial merge of latency vs load to qps_json_driver.ccGravatar Yuxuan Li2016-10-06
|
* batched changesGravatar Yuxuan Li2016-10-06
|
* Add more information so that we can have a meaningful exit codeGravatar Vijay Pai2016-07-07
|
* Make grpc++ independent of protobufGravatar yang-g2016-06-03
|
* Merge pull request #6147 from ctiller/strong-includesGravatar Nicolas Noble2016-04-21
|\ | | | | Rollup of changes from latest import
| * Merge github.com:grpc/grpc into strong-includesGravatar Craig Tiller2016-04-21
| |\
* | | Make sure that there is at least one scenario, otherwise indicates malformedGravatar Vijay Pai2016-04-21
| |/ |/| | | | | input
* | clang-formatGravatar Vijay Pai2016-04-20
| |
* | Deprecation of qps_driver and use of shell scripts, in progressGravatar vjpai2016-04-20
| |
* | Enable JSON reports for qps driversGravatar Jan Tattermusch2016-04-14
| |
| * Add missing fileGravatar Craig Tiller2016-04-11
| |
| * Rollup of changes from the latest importGravatar Craig Tiller2016-04-11
|/
* Configure performance scenarios with jsonGravatar Craig Tiller2016-04-06
Run those json configurations as part of presubmits