Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add QPS tests for one-sided streaming | Vijay Pai | 2017-05-02 |
| | |||
* | Include x.pb.h instead of x.grpc.pb.h for message-only protos | yang-g | 2017-03-06 |
| | |||
* | Merge pull request #9322 from apolcyn/deprecate_benchmark_core_lists | apolcyn | 2017-01-17 |
|\ | | | | | Don't configure core lists in in benchmark driver | ||
| * | re-run generate project to build qps json driver | Alexander Polcyn | 2017-01-11 |
| | | |||
| * | remove LimitCores in c++ benchmark | Alexander Polcyn | 2017-01-11 |
| | | |||
* | | add setting channel args functionality to performance tesing | Yuxuan Li | 2017-01-11 |
|/ | | | | | | setting channel args --draft clang-format | ||
* | Merge pull request #8638 from vjpai/conform | Vijay Pai | 2016-11-10 |
|\ | | | | | Improve C++11 conformance | ||
* \ | Merge github.com:grpc/grpc into grpc_slice | Craig Tiller | 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 |
| | | |||
* | | s/gpr_slice/grpc_slice, and move around tests, impls | Craig Tiller | 2016-10-26 |
|/ | |||
* | Complete reporting for failure rates | Craig Tiller | 2016-09-29 |
| | |||
* | Start to log errors from benchmark | Craig Tiller | 2016-09-29 |
| | |||
* | Collecting failure status progress | Craig Tiller | 2016-09-28 |
| | |||
* | Properly init variable | yang-g | 2016-09-22 |
| | |||
* | Dont start requests until all clients have gotten connected | Craig Tiller | 2016-09-14 |
| | |||
* | Add an initial mark that clients could use to delay startup of requests | Craig Tiller | 2016-09-14 |
| | |||
* | 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 | ||
* | Dramatically reduce time required to complete sync test when running | Vijay Pai | 2016-08-05 |
| | | | | with lots of threads (by parallelizing shutdown of course) | ||
* | 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. | ||
* | Stop holding histogram for a long time | Vijay Pai | 2016-07-08 |
| | |||
* | I was trigger-happy with changes to qps_worker in the hope of improving | vjpai | 2016-06-08 |
| | | | | | | stability. I believe that this change was unneeded and actually may hurt matters by holding a lock for too long. Partially undoes #5444 , particular commit e7042b5 | ||
* | clang-format | Craig Tiller | 2016-05-13 |
| | |||
* | Make qps workers connect before even warmup stage begins | Craig Tiller | 2016-05-13 |
| | |||
* | clang-format, make code more self-documenting | Craig Tiller | 2016-04-29 |
| | |||
* | Add a shard channel arg to client channel construction | Craig Tiller | 2016-04-28 |
| | | | | | | C core automatically shares subchannels between channels. Therefore our multiple channel performance tests were really testing single channel performance. | ||
* | Eradicate Uniform, Deterministic, and Pareto interarrival | vjpai | 2016-04-20 |
| | | | | | distributions since we don't use them and it's not sensible to add them | ||
* | Update copyrights | Craig Tiller | 2016-03-31 |
| | |||
* | clang-format | Vijay Pai | 2016-02-26 |
| | |||
* | Simplify Mark processing code | vjpai | 2016-02-25 |
| | |||
* | Timer->UsageTimer consistently | vjpai | 2016-02-24 |
| | |||
* | Add a sanity test for name aliasing | Craig Tiller | 2016-02-22 |
| | |||
* | clang-format | Vijay Pai | 2016-02-12 |
| | |||
* | Attack of the const police. | vjpai | 2016-02-12 |
| | | | | I also added some unrequested const's | ||
* | Cleanup to make it work with clang build | Vijay Pai | 2016-02-11 |
| | |||
* | Sanity (clang-format and copyright) | Vijay Pai | 2016-02-11 |
| | |||
* | Simplify and properly implement openloop testing. | Vijay Pai | 2016-02-11 |
| | | | | Revive it in tests as well | ||
* | Fix random number generators and improve code style (stop using | Vijay Pai | 2016-02-10 |
| | | | | operator overloads) | ||
* | Make dynamic sizing of async threads work again | Vijay Pai | 2016-02-01 |
| | |||
* | Clean-up core list usage and make it possible to reset the core list | Vijay Pai | 2016-02-01 |
| | |||
* | Change name from coresched to limit_cores | vjpai | 2016-01-19 |
| | |||
* | Merge branch 'master' into corelimit2 | vjpai | 2016-01-19 |
|\ | |||
* \ | Merge branch 'master' into corelimit2 | vjpai | 2016-01-19 |
|\ \ | |||
| | * | Fix asan error caused by mismatch in alloc/dealloc between new[] and | vjpai | 2016-01-18 |
| |/ | | | | | | | regular delete... | ||
| * | Added back trailing newlines | David Garcia Quintas | 2016-01-14 |
| | | |||
| * | Update copyrights again | murgatroid99 | 2016-01-13 |
| | | |||
* | | Merge branch 'master' into corelimit2 | Vijay Pai | 2016-01-13 |
|\| |