aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/qps/server.cc
Commit message (Collapse)AuthorAge
* Merge github.com:grpc/grpc into qps_driverGravatar Craig Tiller2015-03-02
|\
| * Make it possible to compile with gcc4.6Gravatar Craig Tiller2015-02-26
| |
* | Fix that race betterGravatar Craig Tiller2015-02-24
| |
* | Driver to client/server kind of worksGravatar Craig Tiller2015-02-23
| |
* | Driver changesGravatar Craig Tiller2015-02-23
|/ | | | | WIP - things compile again after a broad set of changes preparing for the driver code.
* Making the usage of gflags uniform across distributions.Gravatar Nicolas "Pixel" Noble2015-02-20
|
* Fixing gflags' include path.Gravatar Nicolas "Pixel" Noble2015-02-20
|
* Update copyright to 2015Gravatar Craig Tiller2015-02-18
|
* 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
|/
* 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.
* Remove unused private fieldGravatar Craig Tiller2015-01-14
|
* 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
* 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