aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/qps
Commit message (Expand)AuthorAge
* Merge branch 'master' of github.com:grpc/grpc into qps_reporter_refactoringGravatar David Garcia Quintas2015-05-21
|\
| * Add missing copyright noticesGravatar Craig Tiller2015-05-21
| * Merge pull request #1669 from dgquintas/benchmark_hosts_infoGravatar Vijay Pai2015-05-21
| |\
* | | Return shared_ptr by value plus minor dependency fixGravatar David Garcia Quintas2015-05-20
* | | Improvements to reporting mechanism based on comments.Gravatar David Garcia Quintas2015-05-20
* | | Simplified code based on comments and fixed build.jsonGravatar David Garcia Quintas2015-05-20
* | | Added missing benchmark_config.* filesGravatar David Garcia Quintas2015-05-20
* | | Removed registry for benchmark reports & introduced benchmark_config.{h,cc} i...Gravatar David Garcia Quintas2015-05-20
* | | Refactored benchmark reporting mechanism.Gravatar David Garcia Quintas2015-05-20
|/ /
| * Fix to work around the fact that Histogram isn't copyable.Gravatar David Garcia Quintas2015-05-20
| * Added the client and server configurations to the bench results proto.Gravatar David Garcia Quintas2015-05-19
* | Compile fixGravatar Craig Tiller2015-05-19
* | Better RNG seeding portabilityGravatar Craig Tiller2015-05-19
* | Cheesy attempt to get this working on TravisGravatar Craig Tiller2015-05-18
|/
* Merge pull request #1493 from ctiller/churn-churn-churn-the-api-gently-down-t...Gravatar Yang Gao2015-05-12
|\
* | Added async streaming ping pong testGravatar Siddharth Rakesh2015-05-11
| * Merge github.com:grpc/grpc into churn-churn-churn-the-api-gently-down-the-streamGravatar Craig Tiller2015-05-08
| |\
* | \ Merge github.com:grpc/grpc into the-churneningGravatar Craig Tiller2015-05-08
|\ \ \ | | |/ | |/|
| * | Merge pull request #1470 from vjpai/stream_ctxGravatar Craig Tiller2015-05-08
| |\ \
| | | * Merge github.com:grpc/grpc into churn-churn-churn-the-api-gently-down-the-streamGravatar Craig Tiller2015-05-08
| | | |\ | | |_|/ | |/| |
| | | * Merge github.com:grpc/grpc into churn-churn-churn-the-api-gently-down-the-streamGravatar Craig Tiller2015-05-08
| | | |\
| | | | * Eliminate need for SIGPIPE handlingGravatar Craig Tiller2015-05-06
* | | | | Lose redundant tag on unary callsGravatar Craig Tiller2015-05-06
| |_|_|/ |/| | |
| | | * Completion queue binding for new requests API changeGravatar Craig Tiller2015-05-06
| |_|/ |/| |
| * | Split C++'s smoke_test into 4 stand alone ones.Gravatar David Garcia Quintas2015-05-05
|/ /
| * Make sure that we have enough server threads to actually support theGravatar Vijay Pai2015-05-05
| * Also need to create a vector of streamsGravatar vjpai2015-05-04
| * clang-formatGravatar Vijay Pai2015-05-04
| * Support multi-stream synchronous client testsGravatar Vijay Pai2015-05-04
|/
* Change function-pointer to std::functionGravatar vjpai2015-05-04
* Keep code that is common between both async client versions in a new async su...Gravatar Vijay Pai2015-04-30
* Move end_threads to subclass since some subclass-specific fields will still beGravatar vjpai2015-04-29
* Merge pull request #1375 from ctiller/qps_clientGravatar Vijay Pai2015-04-28
|\
* | Ignore SIGPIPEGravatar Craig Tiller2015-04-27
| * Fix a race in QPS client shutdownGravatar Craig Tiller2015-04-27
* | Add a GrpcLibrary class to wrap grpc_init and grpc_shutdown and convert all t...Gravatar Yang Gao2015-04-24
|/
* Wrap ParseCommandLineFlags in InitTestGravatar Yang Gao2015-04-15
* Merge branch 'qps' into local_workerGravatar Craig Tiller2015-04-10
|\
| * Merge github.com:google/grpc into qpsGravatar Craig Tiller2015-04-10
| |\
| * | Add reporting library, use itGravatar Craig Tiller2015-04-10
| * | s/11/1Gravatar Craig Tiller2015-04-10
* | | Allow RunScenarios to spawn in-process workersGravatar Craig Tiller2015-04-09
|/ /
* | :Merge branch 'qps' of github.com:ctiller/grpc into qpsGravatar Craig Tiller2015-04-09
|\ \
* | | TweaksGravatar Craig Tiller2015-04-09
| | * Merge pull request #1238 from nicolasnoble/plugin-reworkGravatar Yang Gao2015-04-09
| | |\
| | | * Splitting gRPC service class codegen into its own set of files.Gravatar Nicolas "Pixel" Noble2015-04-09
* | | | fine tuningGravatar Craig Tiller2015-04-09
| * | | Indentation fixes, s/11/1/gGravatar Craig Tiller2015-04-09
|/ / /
* | | Dont sleep forever on async cqGravatar Craig Tiller2015-04-09
* | | Handle errors better on clientGravatar Craig Tiller2015-04-09