aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/qps/client_sync.cc
Commit message (Collapse)AuthorAge
* 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
| | | | Revive it in tests as well
* 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
| |
| * 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
* Cleanup some namesGravatar vjpai2015-11-02
| | | | | Remove some unused options and make server_threads relevant Start stubbing out better qps/core calculations
* 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
|
* Move profiling system to gprGravatar Craig Tiller2015-10-09
|
* Simplify adding annotations, annotate more thingsGravatar Craig Tiller2015-10-09
|
* Latency tracesGravatar Craig Tiller2015-10-08
|
* Hand-written changesGravatar Craig Tiller2015-08-31
|
* headers reorgGravatar yang-g2015-08-21
|
* clang-format plus helpful commentsGravatar Vijay Pai2015-08-05
|
* Remaining changes needed to get QPS test working on old compilers.Gravatar Vijay Pai2015-08-05
| | | | | This change contains a lot of ugly changes, such as changing std::vector to allocation by new, etc.
* Eliminate use of this_thread::sleep_untilGravatar Vijay Pai2015-07-31
|
* Update the Status APIGravatar Yang Gao2015-06-16
|
* Revert "Revert "Open loop sync/async multithreaded testing""Gravatar Vijay Pai2015-06-08
|
* Revert "Open loop sync/async multithreaded testing"Gravatar Craig Tiller2015-06-08
|
* Fix timer issuesGravatar vjpai2015-06-02
|
* Merge branch 'master' into poissonGravatar vjpai2015-05-28
|\ | | | | | | | | | | | | Conflicts: Makefile test/cpp/qps/client_async.cc test/cpp/qps/qpstest.proto
| * clang-format qps code - it was getting out of handGravatar Craig Tiller2015-05-21
| |
* | Merge branch 'stream_ctx' into poissonGravatar vjpai2015-05-07
|\| | | | | | | | | Conflicts: test/cpp/qps/client_sync.cc
| * Also need to create a vector of streamsGravatar vjpai2015-05-04
| |
| * clang-formatGravatar Vijay Pai2015-05-04
| |
| * Support multi-stream synchronous client testsGravatar Vijay Pai2015-05-04
| |
* | Merge branch 'master' into poissonGravatar Vijay Pai2015-04-29
|\|
* | Move end_threads to subclass since some subclass-specific fields will still beGravatar vjpai2015-04-29
| | | | | | | | | | | | | | alive at this time Conflicts: test/cpp/qps/client_sync.cc
| * Move end_threads to subclass since some subclass-specific fields will still beGravatar vjpai2015-04-29
| | | | | | | | alive at this time
* | Move interarrival timer to Client class so that it can be used for async testsGravatar vjpai2015-04-29
| | | | | | | | as well
* | Merge branch 'master' into poissonGravatar Vijay Pai2015-04-28
|\|
* | Fix embarassing break bugGravatar Vijay Pai2015-04-27
| |
| * Fix a race in QPS client shutdownGravatar Craig Tiller2015-04-27
| | | | | | | | | | Previously we were cleaning up threads only AFTER local resources were reclaimed, leading to many crashes.
* | Support for open-loop sync testGravatar Vijay Pai2015-04-26
|/
* Merge github.com:google/grpc into qpsGravatar Craig Tiller2015-04-10
|\ | | | | | | | | Conflicts: Makefile
| * Splitting gRPC service class codegen into its own set of files.Gravatar Nicolas "Pixel" Noble2015-04-09
| |
* | Handle errors better on clientGravatar Craig Tiller2015-04-09
| |
* | Remove assertsGravatar Craig Tiller2015-04-09
|/
* Remove unused header file for profilerGravatar Vijay Pai2015-03-31
|
* No need to do an extra readGravatar Vijay Pai2015-03-23
|
* Added streaming C++ tests for sync and sync casesGravatar vjpai2015-03-23
|
* clang-formatGravatar Craig Tiller2015-03-04
|
* Rename some filesGravatar Craig Tiller2015-03-04