aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/qps
Commit message (Collapse)AuthorAge
* Making the usage of gflags uniform across distributions.Gravatar Nicolas "Pixel" Noble2015-02-20
|
* Fixing gflags' include path.Gravatar Nicolas "Pixel" Noble2015-02-20
|
* Add missing new-lines at end of fileGravatar Craig Tiller2015-02-18
|
* Add missing new-lines at end of fileGravatar Craig Tiller2015-02-18
|
* Update copyright to 2015Gravatar Craig Tiller2015-02-18
|
* Merge github.com:grpc/grpc into copyrightGravatar Craig Tiller2015-02-18
|\
* | Add proto copyrightsGravatar Craig Tiller2015-02-16
| |
| * Merge github.com:grpc/grpc into c++apiGravatar Craig Tiller2015-02-11
| |\ | |/ |/| | | | | Conflicts: test/cpp/qps/server.cc
* | Change pointer formatGravatar Vijay Pai2015-02-10
| |
* | Allow varying number of server threads via command line flagGravatar Vijay Pai2015-02-10
| |
| * Fixup callers with new apiGravatar Craig Tiller2015-02-09
|/
* Merge pull request #324 from ctiller/benchGravatar Vijay Pai2015-02-01
|\ | | | | Add pprof support to qps client, server
| * Add pprof supportGravatar Craig Tiller2015-01-31
| | | | | | | | | | | | Starts profiling on client and server. On client, finishes after a test. On the server, finishes after sigint.
* | run clang-formatGravatar Yang Gao2015-01-26
|/
* Remove unused private fieldGravatar Craig Tiller2015-01-14
|
* Merge github.com:google/grpc into formatGravatar Craig Tiller2015-01-13
|\
| * Fix qps test.Gravatar Craig Tiller2015-01-13
| | | | | | | | This was failing to compile.
| * Added new results to report resource usage and QPS, along with new proto ↵Gravatar vpai2015-01-13
| | | | | | | | | | | | | | | | | | | | | | support for this and also to turn the client into a server that can be controlled remotely (client part not implemented yet) Change on 2015/01/13 by vpai <vpai@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=83863541
* | clang-format codebaseGravatar Craig Tiller2015-01-13
|/
* Client side implementation of creating channel with credentials.Gravatar yangg2014-12-29
| | | | | | | | | The old test_ssl_channel related code is deleted and the new create channel call is used for interop tests. Change on 2014/12/19 by yangg <yangg@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=82540921
* Add ServerContext. It is currently empty and deadline and metadata will come toGravatar yangg2014-12-19
| | | | | | | | it in subsequent cl's. Change on 2014/12/17 by yangg <yangg@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=82372934
* Prepare QPS tests for running in GCEGravatar vpai2014-12-17
Edit build.json to include qps tests and credentials Perform required MOE edits for running qps tests in VM Minor changes to underlying source files to support issues like more restrictive warning flags in cloud. Change on 2014/12/17 by vpai <vpai@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=82349829