aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/qps/server_sync.cc
Commit message (Collapse)AuthorAge
* Make QPS server builder customizeabledGravatar Alex Polcyn2018-07-23
|
* Enable the performance-* clang-tidy checksGravatar Noah Eisen2018-06-14
|
* Break out qps services into seperate protosGravatar kpayson642018-04-18
|
* Change grpc++ references in names to grpcppGravatar Vijay Pai2018-03-08
|
* Privatize host_port.h; was not used in any wrapped language implementationGravatar Vijay Pai2018-01-25
|
* Enable clang-tidy as a sanity check, fix up all known failuresGravatar Craig Tiller2017-11-10
|
* Create inproc version of QPS test and add a few simple tests of this to ↵Gravatar Vijay Pai2017-10-19
| | | | standard testing suite.
* Internalize structs and methods meant for being exposed through codegenGravatar Vijay Pai2017-07-10
| | | | or that interface with core and are only for internal use
* Add channel args to qps serverGravatar Craig Tiller2017-07-06
|
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
|
* Add QPS tests for one-sided streamingGravatar Vijay Pai2017-05-02
|
* Finish streams that error. Don't histogram failed ops.Gravatar Vijay Pai2017-02-28
| | | | Fail on failed write
* Use C++11 final and overrideGravatar Vijay Pai2016-11-01
|
* Merge github.com:grpc/grpc into buffer_pools_for_realsiesGravatar Craig Tiller2016-10-20
|\
| * Minor cleanup - remove an unneeded header, mark a class final, explicitly ↵Gravatar Vijay Pai2016-10-18
| | | | | | | | specify parent class
* | BufferPool --> ResourceQuotaGravatar Craig Tiller2016-10-17
| |
* | Collecting failure status progressGravatar Craig Tiller2016-09-28
|/
* Remove unused gflags and gtest includesGravatar vjpai2016-05-31
|
* Update copyrightsGravatar Craig Tiller2016-03-31
|
* Add a sanity test for name aliasingGravatar Craig Tiller2016-02-22
|
* Remove host option from ServerConfig proto since it is error-prone andGravatar Vijay Pai2016-01-29
| | | | may cause inter-language confusion.
* 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
* use new perf proto options in c++Gravatar Jan Tattermusch2015-11-18
|
* 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
|
* Fix clang-format scriptGravatar Craig Tiller2015-09-28
|
* Hand-written changesGravatar Craig Tiller2015-08-31
|
* Shuffling headers around.Gravatar Julien Boeuf2015-08-28
|
* merge with headGravatar yang-g2015-08-24
|\
| * Eliminate public thread-pool interfaceGravatar Vijay Pai2015-08-24
| |
* | headers reorgGravatar yang-g2015-08-21
|/
* Start switching everything to dynamic poolGravatar Vijay Pai2015-07-23
|
* Change name of thread_pool files to fixed_size_thread_pool whenGravatar vjpai2015-07-15
| | | | appropriate
* Make thread_pool.h a public headerGravatar Vijay Pai2015-07-15
| | | | | Rename ThreadPool -> FixedSizeThreadPool to allow for later introduction of DynamicSizeThreadPool
* clang-format qps code - it was getting out of handGravatar Craig Tiller2015-05-21
|
* Splitting gRPC service class codegen into its own set of files.Gravatar Nicolas "Pixel" Noble2015-04-09
|
* Remove unused header file for profilerGravatar Vijay Pai2015-03-31
|
* Merge branch 'qps-stream' of https://github.com/vjpai/grpc into vjpai-qps-streamGravatar Vijay Pai2015-03-23
|\
| * Added streaming C++ tests for sync and sync casesGravatar vjpai2015-03-23
| |
* | Various Windows fixes.Gravatar Nicolas Noble2015-03-19
|/ | | | | | | | | | | | | | -) using dupenv_s instead of getenv_s and calling strdup ourselves. -) few impossible-to-obtain if checks. -) various signed/unsigned casting. -) using time_t instead of time32_t -) checking output of FormatMessage for failures. -) don't redefine _WIN32_WINNT without undefining it first. -) fixed msvc's interlocked casting. -) renamed AddPort to AddListeningPort. -) added protobuf's third_party includes to search path. -) added a missing definition for inet_ntop in mingw32. -) removed useless declarations.
* Merge github.com:grpc/grpc into creditGravatar Craig Tiller2015-03-05
|
* override --> GRPC_OVERRIDEGravatar Craig Tiller2015-03-04
|
* ACTUALLY set the server thread poolGravatar Craig Tiller2015-03-04
|