aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/qps/server_async.cc
Commit message (Expand)AuthorAge
* Initialize value before creating sliceGravatar Vijay Pai2018-11-07
* Make QPS server builder customizeabledGravatar Alex Polcyn2018-07-23
* Break out qps services into seperate protosGravatar kpayson642018-04-18
* Change grpc++ references in names to grpcppGravatar Vijay Pai2018-03-08
* Use static_cast rather than reinterpret_cast whenever possibleGravatar Vijay Pai2018-03-05
* 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
* Update clang-format to 5.0Gravatar Craig Tiller2017-11-03
* Fix QPS Async Client Next loopGravatar Ken Payson2017-10-27
* clear the requestGravatar yang-g2017-10-26
* Merge pull request #13084 from kpayson64/cq_lambdaGravatar kpayson642017-10-25
|\
| * Adds gRPC Experimental CQ DoThenAsyncNext lambda APIGravatar Ken Payson2017-10-25
* | Create inproc version of QPS test and add a few simple tests of this to stand...Gravatar Vijay Pai2017-10-19
|/
* Move some internal includes to the right placesGravatar Vijay Pai2017-08-24
* Switch to idiomatic Slice APIGravatar Vijay Pai2017-08-09
* Add channel args to qps serverGravatar Craig Tiller2017-07-06
* Merge remote-tracking branch 'origin/master' into HEADGravatar Ken Payson2017-06-13
|\
| * auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
* | Support multiple threads per cq sharing, add testsGravatar Vijay Pai2017-05-23
|/
* Merge branch 'poll_stat' of github.com:lyuxuan/grpc into poll_statGravatar Yuxuan Li2017-05-08
|\
* \ Merge branch 'master' into poll_statGravatar Yuxuan Li2017-05-08
|\ \
| | * change gpr_atm to intGravatar Yuxuan Li2017-05-08
| |/ |/|
* | use lock instand of atomics, fix include positionGravatar Yuxuan Li2017-05-05
* | add override to GetPollCount() functionGravatar 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
| * Add QPS tests for one-sided streamingGravatar Vijay Pai2017-05-02
|/
* Make sure that we hold contents of async operation until completion.Gravatar Vijay Pai2017-03-27
* Eliminate std::placeholdersGravatar Vijay Pai2017-03-16
* Merge github.com:grpc/grpc into grpc_sliceGravatar Craig Tiller2016-11-04
|\
| * clang-formatGravatar Vijay Pai2016-11-01
| * Use C++11 final and overrideGravatar Vijay Pai2016-11-01
* | s/gpr_slice/grpc_slice, and move around tests, implsGravatar Craig Tiller2016-10-26
|/
* 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 spe...Gravatar Vijay Pai2016-10-18
* | BufferPool --> ResourceQuotaGravatar Craig Tiller2016-10-17
* | Merge branch 'direct-calls' into buffer_pools_for_realsiesGravatar Craig Tiller2016-10-17
|\|
| * DelambdaifyGravatar Craig Tiller2016-10-17
| * Fix benchmark shutdownGravatar Craig Tiller2016-10-17
* | Collecting failure status progressGravatar Craig Tiller2016-09-28
|/
* Properly use unique_ptr rather than explicitlyGravatar Vijay Pai2016-08-05
* Merge branch 'histo' of github.com:vjpai/grpc into delayed-writeGravatar Craig Tiller2016-07-15
|\
| * clang-formatGravatar Vijay Pai2016-07-13
| * Temporary workaround by setting up a deadline on server shutdown.Gravatar Vijay Pai2016-07-13
| * Unify and make consistent the per-thread shutdown processGravatar Vijay Pai2016-07-13
* | Dont stall shutting down serverGravatar Craig Tiller2016-07-13
* | Better fine-tuningGravatar Craig Tiller2016-07-12
* | Make request freelists per cq, to allow drastically higher requested call countsGravatar Craig Tiller2016-07-12
|/
* Remove unused gflags and gtest includesGravatar vjpai2016-05-31