aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/qps/qps_interarrival_test.cc
Commit message (Collapse)AuthorAge
* Enable the performance-* clang-tidy checksGravatar Noah Eisen2018-06-14
|
* Move histogram to test/core/utilGravatar Vijay Pai2017-11-30
|
* Update clang-format to 5.0Gravatar Craig Tiller2017-11-03
|
* Replace InitBenchmark with InitTest. Remove qps_test.ccGravatar yang-g2017-07-13
|
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
|
* Eradicate Uniform, Deterministic, and Pareto interarrivalGravatar vjpai2016-04-20
| | | | | distributions since we don't use them and it's not sensible to add them
* Update copyrightsGravatar Craig Tiller2016-03-31
|
* Sanity (clang-format and copyright)Gravatar Vijay Pai2016-02-11
|
* Simplify and properly implement openloop testing.Gravatar Vijay Pai2016-02-11
| | | | Revive it in tests as well
* Fix random number generators and improve code style (stop usingGravatar Vijay Pai2016-02-10
| | | | operator overloads)
* 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
* headers reorgGravatar yang-g2015-08-21
|
* clang-format all sourceGravatar Craig Tiller2015-08-18
|
* 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
|
* Add comments describing various random distributionsGravatar Vijay Pai2015-06-05
| | | | | Also remove the parameterized constructor for InterarrivalTimer and only keep the init function.
* clang-formatGravatar Vijay Pai2015-06-05
|
* Fix definition of InterarrivalTimer to enable late initializationGravatar Vijay Pai2015-04-23
| | | | and use nanoseconds
* Random number distributions and test for common distributionsGravatar vjpai2015-04-21