aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/qps
Commit message (Collapse)AuthorAge
* 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
| | |
| | * Merge branch 'master' into worker_quitGravatar Vijay Pai2016-02-02
| | |\ | |_|/ |/| |
| | * clang-formatGravatar Vijay Pai2016-02-02
| | |
| * | post mergeGravatar Alistair Veitch2016-02-02
| | |
| | * Add a Quit RPC so that we can conveniently shut down the workers from the ↵Gravatar vjpai2016-02-02
| | | | | | | | | | | | driver.
* | | atGravatar Vijay Pai2016-02-01
| | |
* | | Address reviewer comments regarding const and shortage of commentsGravatar Vijay Pai2016-02-01
| | |
* | | Add core-limited scenario and protobuf-based QPS scenarioGravatar Vijay Pai2016-02-01
| | |
* | | Copyright and clang-formatGravatar Vijay Pai2016-02-01
| | |
* | | Make sure that client limit is validGravatar Vijay Pai2016-02-01
| | |
* | | Enable properly working core limits on clients and servers,Gravatar Vijay Pai2016-02-01
| | | | | | | | | | | | | | | and determine these dynamically if only one or the other is specified but both are running on the same host
* | | Make dynamic sizing of async threads work againGravatar Vijay Pai2016-02-01
| | |
* | | Clean-up core list usage and make it possible to reset the core listGravatar Vijay Pai2016-02-01
| | |
* | | Merge branch 'master' into corelimit2Gravatar Vijay Pai2016-02-01
|\ \ \ | | |/ | |/|
| * | Remove host option from ServerConfig proto since it is error-prone andGravatar Vijay Pai2016-01-29
| | | | | | | | | | | | may cause inter-language confusion.
| * | Merge pull request #4775 from dgquintas/sync-async-plus-interfacesGravatar Craig Tiller2016-01-28
| |\ \ | | | | | | | | Support mixing sync and async method in the same service + Separation of core from proto compiler output
| * | | Testing scenarios for various performance characteristicsGravatar Vijay Pai2016-01-28
| | | |
| | * | sanity fixesGravatar David Garcia Quintas2016-01-27
| | | |
| | * | Merge branch 'master' of github.com:grpc/grpc into sync-async-plus-interfacesGravatar David Garcia Quintas2016-01-27
| | |\ \ | | |/ / | |/| |
| | * | copyrightsGravatar David Garcia Quintas2016-01-27
| | | |
| * | | clang-formatGravatar Vijay Pai2016-01-27
| | | |
| * | | Merge branch 'generic_qps' into dynamic_sizing2Gravatar Vijay Pai2016-01-27
| |\ \ \
| | * \ \ Merge branch 'master' into generic_qpsGravatar Vijay Pai2016-01-27
| | |\ \ \
| * | | | | Don't log newlinesGravatar Vijay Pai2016-01-27
| | | | | |
| * | | | | CopyrightGravatar Vijay Pai2016-01-27
| | | | | |
| * | | | | Also dynamic sizing for num_clients on performance testsGravatar Vijay Pai2016-01-27
| | | | | |
| * | | | | Allow dynamic sizing of async client and server thread poolsGravatar Vijay Pai2016-01-27
| |/ / / /