aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/qps/client.h
Commit message (Expand)AuthorAge
* Merge pull request #17461 from mhaidrygoog/callback_client_streaming_benchmarkGravatar Moiz Haidry2019-01-03
|\
| * Addressed PR comments. Made Client::Thread public and removed use of void ptr...Gravatar Moiz Haidry2018-12-21
* | Refactor benchmark initial channel wait for ready to be single threadedGravatar Alexander Polcyn2018-12-21
| * Add support for Callback Client Streaming benchmarksGravatar Moiz Haidry2018-12-13
|/
* Initialize value before creating sliceGravatar Vijay Pai2018-11-07
* Benchmark test for callback unary gRPCGravatar Moiz Haidry2018-10-08
* Clang tidyGravatar Hope Casey-Allen2018-08-25
* Add an option to collect medians every epoch. Useful for gathering per second...Gravatar Hope Casey-Allen2018-08-25
* Wait a configurable amount of time for benchmark channels to become readyGravatar Alexander Polcyn2018-07-26
* Manual fixes to enable 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
* Merge pull request #13084 from kpayson64/cq_lambdaGravatar kpayson642017-10-25
|\
| * Adds gRPC Experimental CQ DoThenAsyncNext lambda APIGravatar Ken Payson2017-10-25
* | Remove redundant WaitForConnectedGravatar Yuchen Zeng2017-10-23
* | Create inproc version of QPS test and add a few simple tests of this to stand...Gravatar Vijay Pai2017-10-19
|/
* Wait until all clients connected before starting streamsGravatar Craig Tiller2017-10-09
* Stability fixesGravatar Craig Tiller2017-10-09
* Expose stats into qps_driverGravatar Craig Tiller2017-08-31
* Remove some pre-C++11-style workaroundsGravatar Vijay Pai2017-08-29
* Move some internal includes to the right placesGravatar Vijay Pai2017-08-24
* Merge pull request #11787 from guantaol/qps_driverGravatar Guantao Liu2017-07-18
|\
* | Add idiomatic C++ API for grpc::Slice construction that doesn'tGravatar Vijay Pai2017-07-18
| * Add a new metric 'Queries/CPU-sec'.Gravatar Guantao Liu2017-07-12
|/
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
* fix extern c locationGravatar Yuxuan Li2017-05-15
* Merge branch 'master' into poll_statGravatar Yuxuan Li2017-05-08
|\
* | 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
* | initial implementation.Gravatar Yuxuan Li2017-05-03
| * Add QPS tests for one-sided streamingGravatar Vijay Pai2017-05-02
|/
* Include x.pb.h instead of x.grpc.pb.h for message-only protosGravatar yang-g2017-03-06
* Merge pull request #9322 from apolcyn/deprecate_benchmark_core_listsGravatar apolcyn2017-01-17
|\
| * re-run generate project to build qps json driverGravatar Alexander Polcyn2017-01-11
| * remove LimitCores in c++ benchmarkGravatar Alexander Polcyn2017-01-11
* | add setting channel args functionality to performance tesingGravatar Yuxuan Li2017-01-11
|/
* Merge pull request #8638 from vjpai/conformGravatar Vijay Pai2016-11-10
|\
* \ Merge github.com:grpc/grpc into grpc_sliceGravatar Craig Tiller2016-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
* | s/gpr_slice/grpc_slice, and move around tests, implsGravatar Craig Tiller2016-10-26
|/
* Complete reporting for failure ratesGravatar Craig Tiller2016-09-29
* Start to log errors from benchmarkGravatar Craig Tiller2016-09-29
* Collecting failure status progressGravatar Craig Tiller2016-09-28
* Properly init variableGravatar yang-g2016-09-22
* Dont start requests until all clients have gotten connectedGravatar Craig Tiller2016-09-14
* Add an initial mark that clients could use to delay startup of requestsGravatar Craig Tiller2016-09-14
* Appease the const gods, improve readability, stop using 0 and 1 asGravatar Vijay Pai2016-08-08
* clang-formatGravatar Vijay Pai2016-08-05