aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
Commit message (Collapse)AuthorAge
* Forgot to put this in the Mac versionGravatar vjpai2016-02-03
|
* Merge pull request #4995 from vjpai/corelimit2Gravatar David G. Quintas2016-02-02
|\ | | | | Enable core limits on performance testing client and server
| * atGravatar Vijay Pai2016-02-01
| |
| * Address reviewer comments regarding const and shortage of commentsGravatar Vijay Pai2016-02-01
| |
* | fix copyrightsGravatar Jan Tattermusch2016-02-01
| |
| * Add core-limited scenario and protobuf-based QPS scenarioGravatar Vijay Pai2016-02-01
| |
* | test C# nuget packageGravatar Jan Tattermusch2016-02-01
| |
* | replace nuget version by placeholderGravatar Jan Tattermusch2016-02-01
| |
* | add C# DistribTest projectGravatar Jan Tattermusch2016-02-01
| |
| * Copyright and clang-formatGravatar Vijay Pai2016-02-01
| |
| * Merge branch 'master' into corelimit2Gravatar 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
| |
* | Move parenthesis to compileGravatar Craig Tiller2016-02-01
| |
* | Merge branch 'no_extern_allowed' of github.com:nicolasnoble/grpc into patchyGravatar Craig Tiller2016-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
| | |\ | |_|/ |/| |
* | | Merge pull request #4934 from jboeuf/ssl_credentials_override_default_rootsGravatar Craig Tiller2016-02-01
|\ \ \ | | | | | | | | Ssl credentials override default roots
* | | | use huffman prefixGravatar yang-g2016-02-01
| | | |
| | * | Fixing copyrights.Gravatar Nicolas "Pixel" Noble2016-02-01
| | | |
| | * | Replacing grpc_max_auth_token_lifetime by an accessor.Gravatar Nicolas "Pixel" Noble2016-01-31
| |/ / |/| |
| * | fixing test and clang-format.Gravatar Julien Boeuf2016-01-29
| | |
* | | Remove host option from ServerConfig proto since it is error-prone andGravatar Vijay Pai2016-01-29
| | | | | | | | | | | | may cause inter-language confusion.
* | | Merge pull request #4950 from ctiller/offload-racingGravatar David G. Quintas2016-01-28
|\ \ \ | | | | | | | | Preparatory changes for work shedding
| | * | Changing the API to use a callback mechanism.Gravatar Julien Boeuf2016-01-28
| | | | | | | | | | | | | | | | This is the agreed-upon solution.
* | | | 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
| | | * | Fixing copyright.Gravatar Julien Boeuf2016-01-28
| | | | |
| | | * | Merge branch 'master' of github.com:grpc/grpc into ↵Gravatar Julien Boeuf2016-01-28
| | | |\ \ | |_|_|/ / |/| | | | | | | | | ssl_credentials_override_default_roots
| | * | | Fix copyrightsGravatar Craig Tiller2016-01-28
| | | | |
| | * | | Fix windowsGravatar Craig Tiller2016-01-28
| | | | |
| | * | | Update copyrightsGravatar Craig Tiller2016-01-28
| | | | |
| | * | | Preparatory changes for work sheddingGravatar Craig Tiller2016-01-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - cleanup: change grpc_iomgr_cb_func to take a bool instead of int success - cleanup: follow through with iomgr callback scheduling functions - prepare: add a workqueue to offload to to grpc_exec_ctx_enqueue* functions
* | | | | 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
| | | |
* | | | Merge pull request #4928 from jtattermusch/fix_32bit_linux_testsGravatar Jan Tattermusch2016-01-27
|\ \ \ \ | | | | | | | | | | Fix 32bit linux tests
| | | * | Addressing comments.Gravatar Julien Boeuf2016-01-27
| | | | | | | | | | | | | | | | | | | | The new API is now actually useful...
* | | | | Merge pull request #4918 from vjpai/dynamic_sizing2Gravatar Yang Gao2016-01-27
|\ \ \ \ \ | | | | | | | | | | | | Allow dynamic sizing of async test thread pools (to core count) and number of client workers
| | | | * | Adding a function to override the ssl default roots path.Gravatar Julien Boeuf2016-01-27
| | | | | | | | | | | | | | | | | | | | | | | | Fixes the first part of #4834.
| | * | | | Fix 32 bit linux testsGravatar Jan Tattermusch2016-01-27
| |/ / / / |/| | | |
* | | | | clang-format codeGravatar Craig Tiller2016-01-27
| | | | |
| * | | | clang-formatGravatar Vijay Pai2016-01-27
| | | | |
* | | | | Fix copyrightsGravatar Craig Tiller2016-01-27
| | | | |
* | | | | Merge github.com:grpc/grpc into fix-c++Gravatar Craig Tiller2016-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
| | | | | |