aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/qps
Commit message (Collapse)AuthorAge
* Fix gpr_log format mismatches in c++ testsGravatar Yuchen Zeng2016-06-10
|
* Factor out json seriailzation code and move it into parse_json.Gravatar David Klempner2016-06-08
| | | | | | This is for the same reasons as ParseJson, that is so that we can limit the scope of the proto namespace differences between internal and external.
* merge and resolve conflictsGravatar yang-g2016-06-03
|\
* | Make grpc++ independent of protobufGravatar yang-g2016-06-03
| |
| * Remove unused gflags and gtest includesGravatar vjpai2016-05-31
| |
| * Deprecate perf_db useGravatar vjpai2016-05-31
|/
* Speed up testsGravatar Craig Tiller2016-05-23
|
* Cleanup redundant testsGravatar Craig Tiller2016-05-23
|
* Fix timeout on async server shutdownGravatar Craig Tiller2016-05-23
| | | | | Server was continuing to make requests for new calls forever, which were starving out the shutdown sequence. Change order and win.
* Merge branch 'guess_cpu' into test_affineGravatar Craig Tiller2016-05-20
|\
| * Better guesses at benchmarks turned unit tests cpu costGravatar Craig Tiller2016-05-20
| |
* | Better testingGravatar Craig Tiller2016-05-16
|/
* clang-formatGravatar Craig Tiller2016-05-13
|
* Make qps workers connect before even warmup stage beginsGravatar Craig Tiller2016-05-13
|
* fix formattingGravatar Jan Tattermusch2016-05-11
|
* add support for scenario categoriesGravatar Jan Tattermusch2016-05-05
|
* Merge pull request #6340 from ctiller/fail_fast_breaks_qpsGravatar Jan Tattermusch2016-05-02
|\ | | | | Disable fail fast for qps driver
* | clang-format, make code more self-documentingGravatar Craig Tiller2016-04-29
| |
* | Add a shard channel arg to client channel constructionGravatar Craig Tiller2016-04-28
| | | | | | | | | | | | C core automatically shares subchannels between channels. Therefore our multiple channel performance tests were really testing single channel performance.
| * Disable fail fast for qps driverGravatar Craig Tiller2016-04-28
|/
* 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
| |
* | Merge branch 'master' into qps_driver_youre_firedGravatar vjpai2016-04-20
|\ \
* | | Eliminate unused source fileGravatar vjpai2016-04-20
| | |
* | | Deprecation of qps_driver and use of shell scripts, in progressGravatar vjpai2016-04-20
| | |
| * | Eradicate Uniform, Deterministic, and Pareto interarrivalGravatar vjpai2016-04-20
|/ / | | | | | | | | distributions since we don't use them and it's not sensible to add them
* | fix formattingGravatar Jan Tattermusch2016-04-15
| |
* | populate ScenarioResult.summary in JSON reportGravatar Jan Tattermusch2016-04-15
| |
* | fix formattingGravatar Jan Tattermusch2016-04-14
| |
* | fix formattingGravatar Jan Tattermusch2016-04-14
| |
* | Enable JSON reports for qps driversGravatar Jan Tattermusch2016-04-14
| |
* | integrate ScenarioResult proto into qps driverGravatar 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
* Update copyrightsGravatar Craig Tiller2016-03-31
|
* Fix includesGravatar Craig Tiller2016-03-25
|
* Merge pull request #5877 from vjpai/make_generic_payloads_great_againGravatar Jan Tattermusch2016-03-25
|\ | | | | Properly set server payload config in QPS tests
* | Fix copyrightsGravatar Craig Tiller2016-03-25
| |
* | Auto-changesGravatar Craig Tiller2016-03-25
| |
| * Merge branch 'master' into make_generic_payloads_great_againGravatar Vijay Pai2016-03-24
| |\ | |/ |/|
| * @jtattermusch correctly pointed out that we are not settingGravatar vjpai2016-03-21
| | | | | | | | | | | | payload config in our server config. This affect any generic server tests that use anything other than 0-byte responses: essentially, server-streaming or bidi throughput tests.
* | Made the code simpler to parse for humansGravatar David Garcia Quintas2016-03-21
| |
* | Ensure that no #includes are inside of a namespace.Gravatar David Garcia Quintas2016-03-21
|/
* clang-format and fix a typo caused by savingGravatar Vijay Pai2016-03-14
|
* 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.
* Merge branch 'master' into debug_qps_streamGravatar vjpai2016-03-10
|\
| * Fix formattingGravatar Craig Tiller2016-03-07
| |