aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/qps/client_sync.cc
Commit message (Expand)AuthorAge
* Manual fixes to enable performance- clang tidy checksGravatar Noah Eisen2018-06-14
* 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
* Add option to use client side coalescing API in qps testGravatar yang-g2018-01-24
* Reintroduce lambdasGravatar Vijay Pai2017-12-04
* clang-formatGravatar Vijay Pai2017-12-04
* Make all-streams op about cleanup only and replace a lambda with a virtualGravatar Vijay Pai2017-12-04
* Remove some unneeded and spammy logsGravatar Vijay Pai2017-12-04
* Adjust stream cancellation point and fix races in sync clientGravatar Vijay Pai2017-12-04
* Adds gRPC Experimental CQ DoThenAsyncNext lambda APIGravatar Ken Payson2017-10-25
* Wait until all clients connected before starting streamsGravatar Craig Tiller2017-10-09
* Merge branch 'master' of https://github.com/grpc/grpc into importGravatar Nicolas "Pixel" Noble2017-06-26
|\
| * auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
* | More import fixesGravatar Craig Tiller2017-05-19
|/
* Merge branch 'master' of https://github.com/grpc/grpc into importGravatar Nicolas "Pixel" Noble2017-05-11
|\
* | QPS doesn't actually need gtest anymore.Gravatar Nicolas "Pixel" Noble2017-05-10
| * Add QPS tests for one-sided streamingGravatar Vijay Pai2017-05-02
| * clang-formatGravatar Craig Tiller2017-04-19
| * Fix infinite streams in qps_testGravatar Craig Tiller2017-04-18
| * Add option to limit # of messages per stream with testsGravatar Vijay Pai2017-04-03
|/
* Finish streams that error. Don't histogram failed ops.Gravatar Vijay Pai2017-02-28
* Improve sync streaming benchmark, fix deadlock that can occur sometimesGravatar Craig Tiller2017-02-01
* clang-formatGravatar Vijay Pai2016-11-04
* Eliminate unnecessary uses of new[]/delete[] that can be replacedGravatar Vijay Pai2016-11-04
* Use C++11 final and overrideGravatar Vijay Pai2016-11-01
* Handle failed calls in sync clientGravatar Craig Tiller2016-10-27
* clang-formatGravatar Craig Tiller2016-09-08
* Cleanup, debug supportGravatar Craig Tiller2016-09-07
* Appease the const gods, improve readability, stop using 0 and 1 asGravatar Vijay Pai2016-08-08
* clang-formatGravatar Vijay Pai2016-08-05
* Better ending for open-loop tests: never wait more than 1 secondGravatar Vijay Pai2016-08-05
* clang-formatGravatar Vijay Pai2016-07-13
* Resolve pernicious race between destructor and thread functions by insisting ...Gravatar Vijay Pai2016-07-13
* Merge branch 'verbose_errors' into histoGravatar Vijay Pai2016-07-08
|\
* | Stop holding histogram for a long timeGravatar Vijay Pai2016-07-08
| * Reduce assertions, use status codes, increase verbosity on errorsGravatar vjpai2016-07-06
|/
* Remove unused gflags and gtest includesGravatar vjpai2016-05-31
* Update copyrightsGravatar Craig Tiller2016-03-31
* Fix includesGravatar Craig Tiller2016-03-25
* Timer->UsageTimer consistentlyGravatar vjpai2016-02-24
* Add a sanity test for name aliasingGravatar Craig Tiller2016-02-22
* Simplify and properly implement openloop testing.Gravatar Vijay Pai2016-02-11
* pre sync_stream.cc creation. Does not compileGravatar David Garcia Quintas2016-01-25
* Added back trailing newlinesGravatar David Garcia Quintas2016-01-14
* Update copyrights againGravatar murgatroid992016-01-13
* Merge branch 'master' into bbufGravatar Vijay Pai2016-01-11
|\
* | Got rid of all compilation problems, now need to testGravatar Vijay Pai2016-01-04
* | WIPGravatar Vijay Pai2015-12-30