Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | clang-format | Craig Tiller | 2017-04-19 |
| | |||
* | Fix infinite streams in qps_test | Craig Tiller | 2017-04-18 |
| | |||
* | Add option to limit # of messages per stream with tests | Vijay Pai | 2017-04-03 |
| | |||
* | Finish streams that error. Don't histogram failed ops. | Vijay Pai | 2017-02-28 |
| | | | | Fail on failed write | ||
* | Improve sync streaming benchmark, fix deadlock that can occur sometimes | Craig Tiller | 2017-02-01 |
| | |||
* | clang-format | Vijay Pai | 2016-11-04 |
| | |||
* | Eliminate unnecessary uses of new[]/delete[] that can be replaced | Vijay Pai | 2016-11-04 |
| | | | | | | with vector Also start eliminating uses of plain-old delete that are not helpful | ||
* | Use C++11 final and override | Vijay Pai | 2016-11-01 |
| | |||
* | Handle failed calls in sync client | Craig Tiller | 2016-10-27 |
| | |||
* | clang-format | Craig Tiller | 2016-09-08 |
| | |||
* | Cleanup, debug support | Craig Tiller | 2016-09-07 |
| | |||
* | Appease the const gods, improve readability, stop using 0 and 1 as | Vijay Pai | 2016-08-08 |
| | | | | proxies for false and true. | ||
* | clang-format | Vijay Pai | 2016-08-05 |
| | |||
* | Better ending for open-loop tests: never wait more than 1 second | Vijay Pai | 2016-08-05 |
| | | | | if we are in termination mode | ||
* | clang-format | Vijay Pai | 2016-07-13 |
| | |||
* | Resolve pernicious race between destructor and thread functions by insisting ↵ | Vijay Pai | 2016-07-13 |
| | | | | that destructor is invoked after the class has gone back to being a harmless single-threaded thing. | ||
* | Merge branch 'verbose_errors' into histo | Vijay Pai | 2016-07-08 |
|\ | |||
* | | Stop holding histogram for a long time | Vijay Pai | 2016-07-08 |
| | | |||
| * | Reduce assertions, use status codes, increase verbosity on errors | vjpai | 2016-07-06 |
|/ | |||
* | Remove unused gflags and gtest includes | vjpai | 2016-05-31 |
| | |||
* | Update copyrights | Craig Tiller | 2016-03-31 |
| | |||
* | Fix includes | Craig Tiller | 2016-03-25 |
| | |||
* | Timer->UsageTimer consistently | vjpai | 2016-02-24 |
| | |||
* | Add a sanity test for name aliasing | Craig Tiller | 2016-02-22 |
| | |||
* | Simplify and properly implement openloop testing. | Vijay Pai | 2016-02-11 |
| | | | | Revive it in tests as well | ||
* | pre sync_stream.cc creation. Does not compile | David Garcia Quintas | 2016-01-25 |
| | |||
* | Added back trailing newlines | David Garcia Quintas | 2016-01-14 |
| | |||
* | Update copyrights again | murgatroid99 | 2016-01-13 |
| | |||
* | Merge branch 'master' into bbuf | Vijay Pai | 2016-01-11 |
|\ | |||
* | | Got rid of all compilation problems, now need to test | Vijay Pai | 2016-01-04 |
| | | |||
* | | WIP | Vijay Pai | 2015-12-30 |
| | | |||
| * | Consolidate C++ proto files under src/proto | Craig Tiller | 2015-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 names | vjpai | 2015-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 a | vjpai | 2015-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 issues | vjpai | 2015-10-28 |
| | |||
* | Split qpstest.proto into two parts - one for performance stats and | vjpai | 2015-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/qps | vjpai | 2015-10-19 |
| | |||
* | Move profiling system to gpr | Craig Tiller | 2015-10-09 |
| | |||
* | Simplify adding annotations, annotate more things | Craig Tiller | 2015-10-09 |
| | |||
* | Latency traces | Craig Tiller | 2015-10-08 |
| | |||
* | Hand-written changes | Craig Tiller | 2015-08-31 |
| | |||
* | headers reorg | yang-g | 2015-08-21 |
| | |||
* | clang-format plus helpful comments | Vijay Pai | 2015-08-05 |
| | |||
* | Remaining changes needed to get QPS test working on old compilers. | Vijay Pai | 2015-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_until | Vijay Pai | 2015-07-31 |
| | |||
* | Update the Status API | Yang Gao | 2015-06-16 |
| | |||
* | Revert "Revert "Open loop sync/async multithreaded testing"" | Vijay Pai | 2015-06-08 |
| | |||
* | Revert "Open loop sync/async multithreaded testing" | Craig Tiller | 2015-06-08 |
| | |||
* | Fix timer issues | vjpai | 2015-06-02 |
| | |||
* | Merge branch 'master' into poisson | vjpai | 2015-05-28 |
|\ | | | | | | | | | | | | | Conflicts: Makefile test/cpp/qps/client_async.cc test/cpp/qps/qpstest.proto |