aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/qps/driver.cc
Commit message (Collapse)AuthorAge
* Allow specifying specific credential types to reach specific works in QPS ↵Gravatar Alexander Polcyn2018-11-21
| | | | benchmark driver
* Add an option to collect medians every epoch. Useful for gathering per ↵Gravatar Hope Casey-Allen2018-08-25
| | | | second median latencies
* Manual fixes to enable performance- clang tidy checksGravatar Noah Eisen2018-06-14
|
* Enable the performance-* clang-tidy checksGravatar Noah Eisen2018-06-14
|
* Break out qps services into seperate protosGravatar kpayson642018-04-18
|
* Change grpc++ references in names to grpcppGravatar Vijay Pai2018-03-08
|
* Privatize host_port.h; was not used in any wrapped language implementationGravatar Vijay Pai2018-01-25
|
* Merge branch 'master' of https://github.com/grpc/grpc into more-clang-tidyGravatar ncteisen2018-01-22
|\
* | remote stale importGravatar Noah Eisen2018-01-19
| |
| * Split lib/support into lib/gpr and lib/gpr++.Gravatar Mark D. Roth2018-01-18
|/
* Update clang-format to 5.0Gravatar Craig Tiller2017-11-03
|
* Create inproc version of QPS test and add a few simple tests of this to ↵Gravatar Vijay Pai2017-10-19
| | | | standard testing suite.
* Added the missing header file and fixed a syntax error.Gravatar Guantao Liu2017-07-14
|
* 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.
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
|
* fix minorGravatar Yuxuan Li2017-05-04
|
* clang-formatGravatar Yuxuan Li2017-05-03
|
* adding server side poll statGravatar Yuxuan Li2017-05-03
|
* initial implementation.Gravatar Yuxuan Li2017-05-03
|
* re-run clang-format.shGravatar Alexander Polcyn2017-01-12
|
* re-run generate project to build qps json driverGravatar Alexander Polcyn2017-01-11
|
* ignore core counts and core lists in qps json driverGravatar Alexander Polcyn2017-01-11
|
* better qps_json_driver message when QPS_WORKERS env is missingGravatar Jan Tattermusch2016-12-21
|
* allow disable core_list setting and override qps server in benchmarksGravatar Alexander Polcyn2016-12-20
|
* handle empty string for qps workers in driver and dont quit them on netperfGravatar Alex Polcyn2016-12-06
|
* Merge pull request #8638 from vjpai/conformGravatar Vijay Pai2016-11-10
|\ | | | | Improve C++11 conformance
| * clang-formatGravatar Vijay Pai2016-11-04
| |
| * Remove a namespace and start using a lambda for a small functionGravatar Vijay Pai2016-11-04
| |
| * Eliminate unnecessary uses of new[]/delete[] that can be replacedGravatar Vijay Pai2016-11-04
| | | | | | | | | | | | with vector Also start eliminating uses of plain-old delete that are not helpful
* | fixing conflicts with new upstream masterGravatar Yuxuan Li2016-10-28
|\|
* | Merge branch 'master' into cpu_usage2Gravatar 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.
| | * clang-formatGravatar Craig Tiller2016-10-18
| | |
| | * Merge branch 'direct-calls' into buffer_pools_for_realsiesGravatar Craig Tiller2016-10-10
| | |\ | | |/ | |/|
| * | Merge github.com:grpc/grpc into direct-callsGravatar Craig Tiller2016-10-10
| |\ \
* | | | 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.
* | | | batched changesGravatar Yuxuan Li2016-10-06
| | | |
| | | * Complete reporting for failure ratesGravatar Craig Tiller2016-09-29
| | | |
| | | * Collect stats on # failed requestsGravatar Craig Tiller2016-09-28
| | | |
| | | * Collecting failure status progressGravatar Craig Tiller2016-09-28
| | |/ | |/|
| | * Change C++ API to expose wait_for_ready instead of fail_fast.Gravatar Mark D. Roth2016-09-27
| |/ |/|
| * Merge github.com:grpc/grpc into direct-callsGravatar Craig Tiller2016-09-15
| |\ | |/ |/|
* | Add an initial mark that clients could use to delay startup of requestsGravatar Craig Tiller2016-09-14
| |
* | Merge pull request #7816 from ctiller/benchmark-verbosityGravatar Craig Tiller2016-09-07
|\ \ | | | | | | Increase log verbosity for benchmark driver
| | * Merge branch 'benchmark-verbosity' into direct-callsGravatar Craig Tiller2016-09-07
| | |\ | | |/ | |/|
| | * Merge github.com:grpc/grpc into merge-parseGravatar Craig Tiller2016-08-22
| | |\ | |_|/ |/| |
* | | Merge pull request #6732 from ctiller/consistent_client_countGravatar Craig Tiller2016-08-22
|\ \ \ | | | | | | | | Make client_channels be across all clients, not per-client
| | * | Increase log verbosity for benchmark driverGravatar Craig Tiller2016-08-22
| |/ / |/| |