aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/qps
Commit message (Collapse)AuthorAge
* Add in security support, make payload protos configurableGravatar vjpai2015-11-04
| | | | Have not yet added tests with security support, coming soon
* Cleanup some namesGravatar vjpai2015-11-02
| | | | | Remove some unused options and make server_threads relevant Start stubbing out better qps/core calculations
* Cleanup directory and make minor changesGravatar vjpai2015-11-02
|
* 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.
* Numerous proto changes to make things more sane and fix some outstanding issuesGravatar vjpai2015-10-28
|
* 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
* Move qpstest.proto to a common area (test/proto) instead of test/cpp/qpsGravatar vjpai2015-10-19
|
* Merge github.com:grpc/grpc into latent-seeGravatar Craig Tiller2015-10-09
|\
* | Move profiling system to gprGravatar Craig Tiller2015-10-09
| |
* | Simplify adding annotations, annotate more thingsGravatar Craig Tiller2015-10-09
| |
* | Latency tracesGravatar Craig Tiller2015-10-08
| |
| * Add a timeout to benchmark test runsGravatar Craig Tiller2015-10-07
|/
* Fix clang-format scriptGravatar Craig Tiller2015-09-28
|
* Fix mac buildGravatar Craig Tiller2015-09-10
|
* Merge pull request #3174 from vjpai/shutitdown2Gravatar Craig Tiller2015-09-10
|\ | | | | Put timeout on QPS test server shutdown
* | Removing pessimizing moves.Gravatar Nicolas "Pixel" Noble2015-09-03
| | | | | | | | Pass #2.
| * Put timeout on server shutdownGravatar vjpai2015-08-31
| |
* | Hand-written changesGravatar Craig Tiller2015-08-31
|/
* Shuffling headers around.Gravatar Julien Boeuf2015-08-28
|
* implementation fixGravatar yang-g2015-08-27
|
* merge with headGravatar yang-g2015-08-24
|\
| * Eliminate public thread-pool interfaceGravatar Vijay Pai2015-08-24
| |
* | headers reorgGravatar yang-g2015-08-21
| |
* | Remove ChannelInterface and replace it with ChannelGravatar yang-g2015-08-19
|/
* clang-format all sourceGravatar Craig Tiller2015-08-18
|
* clang-formatGravatar Vijay Pai2015-08-11
|
* Address concerns from reviewGravatar vjpai2015-08-11
|
* Stop using a variable-sized array since that's not standards-compliantGravatar Vijay Pai2015-08-07
|
* 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 this_thread::sleep_untilGravatar Vijay Pai2015-07-31
|
* Eliminate lambda used as CV predicateGravatar Vijay Pai2015-07-31
|
* Eliminate user of lambda in server definitionGravatar Vijay Pai2015-07-31
|
* Eliminate use of lambdas in ResourceUsage processing functions...Gravatar Vijay Pai2015-07-31
| | | | Introduce simple getters instead.
* clang-formatGravatar Vijay Pai2015-07-31
|
* Remove lambdas from state machine functionsGravatar vjpai2015-07-31
|
* Switch a push_back to emplace_back to avoid being interpretedGravatar vjpai2015-07-31
| | | | as a copy constructor
* Remove lambda from client definitionGravatar vjpai2015-07-31
|
* Merge branch 'master' into asklipionGravatar vjpai2015-07-31
|\
| * Tune down number of channels for qps_testGravatar Craig Tiller2015-07-30
| |
* | Remove use of C++11 randomization enginesGravatar vjpai2015-07-27
|/
* Merge pull request #2647 from vjpai/deependGravatar Yang Gao2015-07-24
|\ | | | | Dynamic-sized thread pool
* | Isolate nullptr to grpc namespace when we must define it ourselvesGravatar Vijay Pai2015-07-25
| | | | | | | | | | Change the one non-namespace use of nullptr to NULL (used as an argument to a C function anyway)
| * Start switching everything to dynamic poolGravatar Vijay Pai2015-07-23
|/
* User agent string supportGravatar Craig Tiller2015-07-18
|
* Merge pull request #2470 from ctiller/i-want-to-wait-freeGravatar Vijay Pai2015-07-17
|\ | | | | Lock free requested call fulfillment path
* \ Merge github.com:grpc/grpc into no-worries-i-can-waitGravatar Craig Tiller2015-07-17
|\ \
| | * Merge github.com:grpc/grpc into i-want-to-wait-freeGravatar Craig Tiller2015-07-17
| | |\ | | |/ | |/|
| * | Change name of thread_pool files to fixed_size_thread_pool whenGravatar vjpai2015-07-15
| | | | | | | | | | | | appropriate