aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/qps/client_async.cc
Commit message (Collapse)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
|
* Use static_cast rather than reinterpret_cast whenever possibleGravatar Vijay Pai2018-03-05
|
* Add option to use client side coalescing API in qps testGravatar yang-g2018-01-24
|
* Fix Async QPS TestGravatar Ken Payson2017-12-07
|
* Fix TSAN json_run_localhost flakeGravatar Ken Payson2017-11-16
|
* Update clang-format to 5.0Gravatar Craig Tiller2017-11-03
|
* Fix QPS Async Client Next loopGravatar Ken Payson2017-10-27
|
* Adds gRPC Experimental CQ DoThenAsyncNext lambda APIGravatar Ken Payson2017-10-25
|
* Wait until all clients connected before starting streamsGravatar Craig Tiller2017-10-09
|
* Cancel outstanding streams when shutting down the clientGravatar Vijay Pai2017-09-19
|
* Construction of streams shouldn't require triggering async opsGravatar Vijay Pai2017-09-14
|
* Decouple alarm construction from setting to avoid races in MT codeGravatar Vijay Pai2017-09-07
|
* Move some internal includes to the right placesGravatar Vijay Pai2017-08-24
|
* Eliminate copy in QPS DriverGravatar ncteisen2017-08-02
|
* 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 master, resolve conflictGravatar Yuxuan Li2017-05-15
|\
* \ 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
| |/ / |/| |
| | * Merge github.com:grpc/grpc into uberpollGravatar Craig Tiller2017-05-07
| | |\ | | |/ | |/|
* | | 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
| | |
* | | initial implementation.Gravatar Yuxuan Li2017-05-03
| | |
| | * Isolate timer checking in its own threadGravatar Craig Tiller2017-05-02
| |/ |/|
| * Add QPS tests for one-sided streamingGravatar Vijay Pai2017-05-02
|/
* 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
| | | | Fail on failed write
* Cleanup unneeded namespaceGravatar Vijay Pai2016-11-04
|
* clang-formatGravatar Vijay Pai2016-11-01
|
* Use C++11 final and overrideGravatar Vijay Pai2016-11-01
|
* Merge branch 'direct-calls' into buffer_pools_for_realsiesGravatar Craig Tiller2016-10-10
|\
| * Add missing deleteGravatar Craig Tiller2016-10-06
| |
* | Start to log errors from benchmarkGravatar Craig Tiller2016-09-29
|/
* Fix compile errorGravatar Craig Tiller2016-07-15
|
* Merge branch 'histo' of github.com:vjpai/grpc into delayed-writeGravatar Craig Tiller2016-07-15
|\
* | Cleanup from code reviewGravatar Craig Tiller2016-07-14
| |
| * clang-formatGravatar Vijay Pai2016-07-13
| |
| * Resolve pernicious race between destructor and thread functions by insisting ↵Gravatar Vijay Pai2016-07-13
| | | | | | | | that destructor is invoked after the class has gone back to being a harmless single-threaded thing.
| * Unify and make consistent the per-thread shutdown processGravatar Vijay Pai2016-07-13
| |
* | Ensure timely response to marksGravatar Craig Tiller2016-07-12
| |
| * Fix some shutdown errors related to CQ/join orderingGravatar Vijay Pai2016-07-08
| |
| * Merge branch 'verbose_errors' into histoGravatar Vijay Pai2016-07-08
| |\
| * | Stop holding histogram for a long timeGravatar Vijay Pai2016-07-08
|/ /