aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/qps
Commit message (Collapse)AuthorAge
* 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
|\
| * Fix the timeoutGravatar Vijay Pai2016-02-13
| |
| * use timeouts with proper fixture multipliers rather than raw,Gravatar Vijay Pai2016-02-13
| | | | | | | | | | since tsan slows things down a lot and may complicate issues such as shutdown.
* | Add 70% load scenario for testing with open-loopGravatar Vijay Pai2016-02-12
|/
* clang-formatGravatar Vijay Pai2016-02-12
|
* Attack of the const police.Gravatar vjpai2016-02-12
| | | | I also added some unrequested const's
* Cleanup to make it work with clang buildGravatar Vijay Pai2016-02-11
|
* Sanity (clang-format and copyright)Gravatar Vijay Pai2016-02-11
|
* Simplify and properly implement openloop testing.Gravatar Vijay Pai2016-02-11
| | | | Revive it in tests as well
* Fix random number generators and improve code style (stop usingGravatar Vijay Pai2016-02-10
| | | | operator overloads)
* Clang format and fix copyrightsGravatar murgatroid992016-02-05
|
* Merge pull request #5008 from vjpai/worker_quitGravatar Michael Lumish2016-02-04
|\ | | | | Provide an RPC to quit the performance benchmarking workers
* \ Merge pull request #5013 from a-veitch/tag_set_to_contextGravatar Bogdan Drutu2016-02-04
|\ \ | | | | | | Change all instances of census_tag_set to census_context
| | * Merge branch 'master' into worker_quitGravatar vjpai2016-02-04
| | |\ | |_|/ |/| |
| * | fix missed merge issueGravatar Alistair Veitch2016-02-03
| | |
* | | Took out dependence on vectorGravatar vjpai2016-02-03
| | |
* | | Forgot to put this in the Mac versionGravatar vjpai2016-02-03
| | |
| * | mergeGravatar Alistair Veitch2016-02-02
| |\ \ | |/ / |/| |
| | * Function name changed on merge....Gravatar Vijay Pai2016-02-02
| | |