aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/qps/qps_json_driver.cc
Commit message (Collapse)AuthorAge
* fix clang tidyGravatar ncteisen2018-11-26
|
* Allow specifying specific credential types to reach specific works in QPS ↵Gravatar Alexander Polcyn2018-11-21
| | | | benchmark driver
* Clang tidyGravatar Hope Casey-Allen2018-08-25
|
* Add an option to collect medians every epoch. Useful for gathering per ↵Gravatar Hope Casey-Allen2018-08-25
| | | | second median latencies
* Change grpc++ references in names to grpcppGravatar Vijay Pai2018-03-08
|
* Enable clang-tidy as a sanity check, fix up all known failuresGravatar Craig Tiller2017-11-10
|
* Create inproc version of QPS test and add a few simple tests of this to ↵Gravatar Vijay Pai2017-10-19
| | | | standard testing suite.
* Removed unnecessary default values and fixed sanity.Gravatar Guantao Liu2017-07-14
|
* Add a new metric 'Queries/CPU-sec'.Gravatar Guantao Liu2017-07-12
| | | | Enable internal credential types.
* clang fmtGravatar ncteisen2017-06-19
|
* Add json out flag to qps driverGravatar ncteisen2017-06-19
|
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
|
* initial implementation.Gravatar Yuxuan Li2017-05-03
|
* Clang-format.Gravatar Nicolas "Pixel" Noble2017-03-27
|
* Fixing qps & benchmark.Gravatar Nicolas "Pixel" Noble2017-03-24
|
* add missing headerGravatar yang-g2017-03-14
|
* 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