aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/qps/client_sync.cc
Commit message (Collapse)AuthorAge
* 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
| | | | Fail on failed write
* 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
| | | | | | with vector Also start eliminating uses of plain-old delete that are not helpful
* 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
| | | | proxies for false and true.
* clang-formatGravatar Vijay Pai2016-08-05
|
* Better ending for open-loop tests: never wait more than 1 secondGravatar Vijay Pai2016-08-05
| | | | if we are in termination mode
* 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.
* 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
| | | | 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