aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/qps
Commit message (Collapse)AuthorAge
...
| * 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
| |
| * Disable profiling in qps_worker for nowGravatar Craig Tiller2016-03-07
| |
| * Revert "Ensure that no #includes are inside of a namespace."Gravatar Craig Tiller2016-03-04
| |
| * sanityGravatar David Garcia Quintas2016-03-02
| |
| * Ensure that no #includes are inside of a namespace.Gravatar David Garcia Quintas2016-03-02
| |
* | clang-formatGravatar Vijay Pai2016-02-26
| |
* | Finish clients fully before finishing serversGravatar vjpai2016-02-26
| |
* | Simplify Mark processing codeGravatar vjpai2016-02-25
| |
* | Do stream operations in a more idiomatic way: Write, WritesDone, Read until ↵Gravatar Vijay Pai2016-02-25
|/ | | | fail, Finish
* Timer->UsageTimer consistentlyGravatar vjpai2016-02-24
|
* Merge pull request #5388 from vjpai/bourne_againGravatar Nicolas Noble2016-02-24
|\ | | | | Use traditional Bourne shell syntax for piping stdout and stderr
| * BSD platforms (such as Mac) are likely to have /bin/sh refer to traditionalGravatar vjpai2016-02-24
| | | | | | | | | | Bourne shell syntax, not Bash syntax. Change "|&" to "2>&1 |" since that's the traditional way to redirect stdout and stderr to a pipe
* | Merge github.com:grpc/grpc into naming-crisisGravatar Craig Tiller2016-02-23
|\|
* | Fix copyrightsGravatar Craig Tiller2016-02-23
| |
* | clang-fmtGravatar Craig Tiller2016-02-22
| |
* | Add a sanity test for name aliasingGravatar Craig Tiller2016-02-22
| |
| * Fix the slowdown factorGravatar Vijay Pai2016-02-19
| |
| * 1. Adjust tsan/asan/msan slowdowns according to documentationGravatar Vijay Pai2016-02-19
|/ | | | | | | | | | | | tsan documentation says 2-20x, so set it at 20x asan documentation says 1.2-2.7x, so set it at 3x msan documentation says 2-4x, so set it at 4x This is now much less optimistic than before 2. Reactive tsan tests for qps_test 3. Set CPU load for qps_openloop_test 4. Divide qps_openloop_test Poisson rate by the slowdown factor of the configuration
* Document variable namesGravatar Vijay Pai2016-02-17
|
* Use more variables for better explanationsGravatar Vijay Pai2016-02-17
|
* Use three different load-factors and document load-factor variableGravatar Vijay Pai2016-02-17
|
* Merge branch 'master' into loadedGravatar Vijay Pai2016-02-16
|\