aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/qps/driver.cc
Commit message (Collapse)AuthorAge
* 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
| |
| * 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
* Merge branch 'master' of github.com:grpc/grpc into sync-async-plus-interfacesGravatar David Garcia Quintas2016-01-27
|\
* | copyrightsGravatar David Garcia Quintas2016-01-27
| |
| * Merge branch 'generic_qps' into dynamic_sizing2Gravatar Vijay Pai2016-01-27
| |\
| * | CopyrightGravatar Vijay Pai2016-01-27
| | |
| * | Also dynamic sizing for num_clients on performance testsGravatar Vijay Pai2016-01-27
| | |
| | * Sanity failures (copyright, clang-format)Gravatar vjpai2016-01-27
| | |
| | * clang-formatGravatar vjpai2016-01-26
| | |
| | * Fix copyrightGravatar vjpai2016-01-26
| | |
| | * Properly state client nameGravatar Vijay Pai2016-01-26
| | |
| | * Improve logging for testGravatar Vijay Pai2016-01-26
| |/
* / pre sync_stream.cc creation. Does not compileGravatar David Garcia Quintas2016-01-25
|/
* Consolidate C++ proto files under src/protoGravatar Craig Tiller2015-12-17
| | | | | | - make the directory structure match the package structure - sanitize the package structure (test --> testing) - add auto-detection of proto file dependencies
* Merge pull request #4156 from jtattermusch/perf_testing_polishingGravatar Jan Tattermusch2015-11-19
|\ | | | | Performance proto polishing
| * use new perf proto options in c++Gravatar Jan Tattermusch2015-11-18
| |
* | More C++ fixes (the merge did not quite work...).Gravatar Julien Boeuf2015-11-17
| |
* | Forgot to fix driver.cc somehow...Gravatar Julien Boeuf2015-11-17
| |
* | Merge branch 'master' of github.com:grpc/grpc into core_creds_api_changeGravatar Julien Boeuf2015-11-17
|\|
| * clang-formatGravatar Vijay Pai2015-11-04
| |
| * Cleanup some namesGravatar vjpai2015-11-02
| | | | | | | | | | Remove some unused options and make server_threads relevant Start stubbing out better qps/core calculations
| * QPS worker no longer needs to specify server port on command line. This is partGravatar vjpai2015-10-29
| | | | | | | | | | of the proto if desired, or just goes to pick_unused_port_or_die if not specified
| * Split up into a new service proto, use proper service suffix, add aGravatar vjpai2015-10-29
| | | | | | | | | | reset option to the mark, create a closed loop config params (empty message) for consistency with other tests.
| * Split qpstest.proto into two parts - one for performance stats andGravatar vjpai2015-10-21
| | | | | | | | | | | | one for control. Eliminate the use of our own SimpleRequest and SimpleResponse and instead share the one from end2end testing
* | Fixing Cpp tests.Gravatar Julien Boeuf2015-10-12
|/
* Add a timeout to benchmark test runsGravatar Craig Tiller2015-10-07
|
* Fix clang-format scriptGravatar Craig Tiller2015-09-28
|
* Removing pessimizing moves.Gravatar Nicolas "Pixel" Noble2015-09-03
| | | | Pass #2.
* Hand-written changesGravatar Craig Tiller2015-08-31
|
* implementation fixGravatar yang-g2015-08-27
|
* headers reorgGravatar yang-g2015-08-21
|
* clang-formatGravatar Vijay Pai2015-08-11
|
* Address concerns from reviewGravatar vjpai2015-08-11
|
* clang-format plus helpful commentsGravatar Vijay Pai2015-08-05
|
* Remaining changes needed to get QPS test working on old compilers.Gravatar Vijay Pai2015-08-05
| | | | | This change contains a lot of ugly changes, such as changing std::vector to allocation by new, etc.
* Eliminate use of lambdas in ResourceUsage processing functions...Gravatar Vijay Pai2015-07-31
| | | | Introduce simple getters instead.
* Update C++ implGravatar Craig Tiller2015-07-13
|
* Fixup C++Gravatar Craig Tiller2015-07-06
|
* Update the Status APIGravatar Yang Gao2015-06-16
|
* clang-format qps code - it was getting out of handGravatar Craig Tiller2015-05-21
|
* Merge pull request #1669 from dgquintas/benchmark_hosts_infoGravatar Vijay Pai2015-05-21
|\ | | | | Added the client and server configurations to the bench results proto.