aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/qps/server.h
Commit message (Collapse)AuthorAge
* Added benchmarks for Callback based Unary serverGravatar Moiz Haidry2018-11-07
|
* Change grpc++ references in names to grpcppGravatar Vijay Pai2018-03-08
|
* Autofix c casts to c++ castsGravatar Noah Eisen2018-02-09
|
* Create inproc version of QPS test and add a few simple tests of this to ↵Gravatar Vijay Pai2017-10-19
| | | | standard testing suite.
* Expose stats into qps_driverGravatar Craig Tiller2017-08-31
|
* Move some internal includes to the right placesGravatar Vijay Pai2017-08-24
|
* Avoid benchmarking allocsGravatar ncteisen2017-07-27
|
* Add a new metric 'Queries/CPU-sec'.Gravatar Guantao Liu2017-07-12
| | | | Enable internal credential types.
* Add channel args to qps serverGravatar Craig Tiller2017-07-06
|
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
|
* fix extern c locationGravatar Yuxuan Li2017-05-15
|
* use lock instand of atomics, fix include positionGravatar Yuxuan Li2017-05-05
|
* clean up, fix minor issueGravatar Yuxuan Li2017-05-03
|
* clang-formatGravatar Yuxuan Li2017-05-03
|
* adding server side poll statGravatar Yuxuan Li2017-05-03
|
* Include x.pb.h instead of x.grpc.pb.h for message-only protosGravatar yang-g2017-03-06
|
* re-run generate project to build qps json driverGravatar Alexander Polcyn2017-01-11
|
* remove LimitCores in c++ benchmarkGravatar Alexander Polcyn2017-01-11
|
* batched changesGravatar Yuxuan Li2016-10-06
|
* Update copyrightsGravatar Craig Tiller2016-03-31
|
* Timer->UsageTimer consistentlyGravatar vjpai2016-02-24
|
* Add a sanity test for name aliasingGravatar Craig Tiller2016-02-22
|
* 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
|\
| * Actually create async generic serverGravatar vjpai2016-01-26
| |
* | Change name from coresched to limit_coresGravatar vjpai2016-01-19
| |
* | Merge branch 'master' into corelimit2Gravatar vjpai2016-01-19
|\|
| * Added back trailing newlinesGravatar David Garcia Quintas2016-01-14
| |
| * Update copyrights againGravatar murgatroid992016-01-13
| |
* | Merge branch 'master' into corelimit2Gravatar Vijay Pai2016-01-13
|\|
* | clang-formatGravatar Vijay Pai2016-01-13
| |
* | Make core limitation work for both client and server so that we can run ↵Gravatar Vijay Pai2016-01-13
| | | | | | | | | | | | | | tests on the same machine if desired. The core_list flags to qps_driver are comma-separated lists of core numbers.
| * Merge branch 'master' into bbufGravatar Vijay Pai2016-01-11
| |\ | |/ |/|
* | Consolidate C++ proto files under src/protoGravatar Craig Tiller2015-12-17
| | | | | | | | | | | | - make the directory structure match the package structure - sanitize the package structure (test --> testing) - add auto-detection of proto file dependencies
| * WIPGravatar vjpai2015-11-30
|/
* Address some review comments about signal and restoring qps_test_with_pollGravatar vjpai2015-11-04
| | | | Make payloads respect the new defaults
* clang-formatGravatar Vijay Pai2015-11-04
|
* 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
* 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
|
* Splitting gRPC service class codegen into its own set of files.Gravatar Nicolas "Pixel" Noble2015-04-09
|
* clang-formatGravatar Craig Tiller2015-03-04
|
* Async server worksGravatar Craig Tiller2015-03-04
|
* FormattingGravatar Craig Tiller2015-03-03
|
* Rework QPS client/serverGravatar Craig Tiller2015-03-02
| | | | | Now setup as a driver and N anonymous workers that may become clients or servers. Will convert async soon.
* WIPGravatar Craig Tiller2015-03-02