aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/qps/secure_sync_unary_ping_pong_test.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
* 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
|
* Replace InitBenchmark with InitTest. Remove qps_test.ccGravatar yang-g2017-07-13
|
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
|
* Clang-format.Gravatar Nicolas "Pixel" Noble2017-03-27
|
* Fixing qps & benchmark.Gravatar Nicolas "Pixel" Noble2017-03-24
|
* Update copyrightsGravatar Craig Tiller2016-03-31
|
* 1. Remove all deadlines from the RPCs and shutdown in this code.Gravatar vjpai2016-03-14
| | | | | | | | | | | | These tests (especially unconstrained versions) can get very backlogged and may take a while to finish. We sometimes flake waiting for that. This is not hazardous (IMO), as the scripts that run these tests already have timeouts to make sure that these don't truly go on forever. 2. Make the time spent in the benchmark phase actually be benchmark_seconds rather than benchmark_seconds-warmup_seconds as it is currently.
* Remove host option from ServerConfig proto since it is error-prone andGravatar Vijay Pai2016-01-29
| | | | may cause inter-language confusion.
* use new perf proto options in c++Gravatar Jan Tattermusch2015-11-18
|
* Address some review comments about signal and restoring qps_test_with_pollGravatar vjpai2015-11-04
| | | | Make payloads respect the new defaults
* Secure performance testing for C++ is in the hizzouse!Gravatar vjpai2015-11-04