aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/qps/driver.cc
Commit message (Collapse)AuthorAge
* Remove a namespace and start using a lambda for a small functionGravatar Vijay Pai2016-11-04
|
* Eliminate unnecessary uses of new[]/delete[] that can be replacedGravatar Vijay Pai2016-11-04
| | | | | | with vector Also start eliminating uses of plain-old delete that are not helpful
* clang-formatGravatar Craig Tiller2016-10-18
|
* Merge branch 'direct-calls' into buffer_pools_for_realsiesGravatar Craig Tiller2016-10-10
|\
| * Merge github.com:grpc/grpc into direct-callsGravatar Craig Tiller2016-10-10
| |\
* | | Complete reporting for failure ratesGravatar Craig Tiller2016-09-29
| | |
* | | Collect stats on # failed requestsGravatar Craig Tiller2016-09-28
| | |
* | | Collecting failure status progressGravatar Craig Tiller2016-09-28
|/ /
| * Change C++ API to expose wait_for_ready instead of fail_fast.Gravatar Mark D. Roth2016-09-27
| |
* | Merge github.com:grpc/grpc into direct-callsGravatar Craig Tiller2016-09-15
|\|
| * Add an initial mark that clients could use to delay startup of requestsGravatar Craig Tiller2016-09-14
| |
| * Merge pull request #7816 from ctiller/benchmark-verbosityGravatar Craig Tiller2016-09-07
| |\ | | | | | | Increase log verbosity for benchmark driver
* | \ Merge branch 'benchmark-verbosity' into direct-callsGravatar Craig Tiller2016-09-07
|\ \ \ | | |/ | |/|
* | | Merge github.com:grpc/grpc into merge-parseGravatar Craig Tiller2016-08-22
|\ \ \ | | |/ | |/|
| * | Merge pull request #6732 from ctiller/consistent_client_countGravatar Craig Tiller2016-08-22
| |\ \ | | | | | | | | Make client_channels be across all clients, not per-client
| | | * Increase log verbosity for benchmark driverGravatar Craig Tiller2016-08-22
| | |/ | |/|
* / | Timing nuancesGravatar Craig Tiller2016-08-09
|/ /
* | clang-formatGravatar Vijay Pai2016-07-13
| |
* | Add more information so that we can have a meaningful exit codeGravatar Vijay Pai2016-07-07
| |
* | Reduce assertions, use status codes, increase verbosity on errorsGravatar vjpai2016-07-06
| |
| * Merge github.com:grpc/grpc into consistent_client_countGravatar Craig Tiller2016-06-23
| |\ | |/ |/|
| * Fix compileGravatar Craig Tiller2016-06-22
| |
| * Better distributionGravatar Craig Tiller2016-06-22
| |\
| * | Better distributionGravatar Craig Tiller2016-06-22
| | |
* | | Include <cinttypes> for PRIuPTR. Not clear why this is needed.Gravatar Vijay Pai2016-06-16
| | |
* | | Fix gpr_log format mismatches in c++ testsGravatar Yuchen Zeng2016-06-10
| | |
| | * Fix negationGravatar Craig Tiller2016-05-31
| |/
| * Add commentGravatar Craig Tiller2016-05-31
| |
| * Make client_channels be across all clients, not per-clientGravatar Craig Tiller2016-05-31
| |
* | Remove unused gflags and gtest includesGravatar vjpai2016-05-31
|/
* Disable fail fast for qps driverGravatar Craig Tiller2016-04-28
|
* fix formattingGravatar Jan Tattermusch2016-04-15
|
* populate ScenarioResult.summary in JSON reportGravatar Jan Tattermusch2016-04-15
|
* integrate ScenarioResult proto into qps driverGravatar Jan Tattermusch2016-04-14
|
* Update copyrightsGravatar Craig Tiller2016-03-31
|
* Fix includesGravatar Craig Tiller2016-03-25
|
* 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.
* Finish clients fully before finishing serversGravatar vjpai2016-02-26
|
* Do stream operations in a more idiomatic way: Write, WritesDone, Read until ↵Gravatar Vijay Pai2016-02-25
| | | | fail, Finish
* 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.
* 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
| |
* | 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
| |
| * Copyright and clang-formatGravatar Vijay Pai2016-02-01
| |
| * Make sure that client limit is validGravatar Vijay Pai2016-02-01
| |