Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | clang-format all the files. | Soheil Hassas Yeganeh | 2019-01-07 |
| | | | | | | | | Whenever we run clang-format, gen_build_yaml.py and ServerServiceDefinitionExtensions.cs get modified by the script. Let's commit those changes so that these file remain unmodified after running the formatting script. | ||
* | Merge pull request #17461 from mhaidrygoog/callback_client_streaming_benchmark | Moiz Haidry | 2019-01-03 |
|\ | | | | | Add support for Callback Client Streaming benchmarks | ||
| * | Addressed PR comments. Made Client::Thread public and removed use of void ↵ | Moiz Haidry | 2018-12-21 |
| | | | | | | | | ptr to refer it. Avoided overloading of NextIssue TIme by renaming it NextRPCIssueTime | ||
* | | Refactor benchmark initial channel wait for ready to be single threaded | Alexander Polcyn | 2018-12-21 |
| | | |||
* | | Merge remote-tracking branch 'upstream/master' into ↵ | yang-g | 2018-12-17 |
|\ \ | | | | | | | | | | gpr_test_util_to_grpc_test_util | ||
| | * | Added support for fixed load benchmarks, all the rpcs access one requestor ↵ | Moiz Haidry | 2018-12-14 |
| | | | | | | | | | | | | to the get the next issue time for the RPC | ||
| | * | Add support for Callback Client Streaming benchmarks | Moiz Haidry | 2018-12-13 |
| | | | |||
| * | | Streaming support for callback server | Moiz Haidry | 2018-12-11 |
| |/ | |||
* / | Fix BUILD files. Manually edit bzl files | yang-g | 2018-12-06 |
|/ | |||
* | Merge pull request #17110 from billfeng327/multipool-config | Bill Feng | 2018-11-28 |
|\ | | | | | Bazel multipool config update, removed sentinel file | ||
| * | merge conflict fix | Bill Feng | 2018-11-26 |
| |\ | |||
* | | | fix clang tidy | ncteisen | 2018-11-26 |
| |/ |/| | |||
* | | Allow specifying specific credential types to reach specific works in QPS ↵ | Alexander Polcyn | 2018-11-21 |
| | | | | | | | | benchmark driver | ||
* | | Merge pull request #17140 from vjpai/qps | Jan Tattermusch | 2018-11-08 |
|\ \ | | | | | | | Initialize values in memory before creating slice | ||
| | * | removed accidental submodule update | Bill Feng | 2018-11-07 |
| |/ |/| | |||
| * | Initialize value before creating slice | Vijay Pai | 2018-11-07 |
| | | |||
* | | Added benchmarks for Callback based Unary server | Moiz Haidry | 2018-11-07 |
|/ | |||
* | Code sanitization | Moiz Haidry | 2018-10-10 |
| | |||
* | Addressed Vijay's code review comments | Moiz Haidry | 2018-10-10 |
| | |||
* | Benchmark test for callback unary gRPC | Moiz Haidry | 2018-10-08 |
| | | | | Every thread intitiates multiple RPCs. The Callback of the unary RPC then issues a new RPC and this goes until the benchmark shuts down. For shutdown the main thread waits on a conditional variable. After shutdown the callbacks increment a rpcs done variable and once the the rpcs done equate the the total number of outstanding rpcs, the last callback performing the increment operation also issues a signal to wake up the main thread. The mainthread process to join the other threads and perform cleanup | ||
* | naming bugfix | Bill Feng | 2018-09-06 |
| | |||
* | exclude less tests from qps | Bill Feng | 2018-09-06 |
| | |||
* | fixed a bug in json_run_localhost scenario generation | Bill Feng | 2018-08-30 |
| | |||
* | Fix internal format issue | Juanli Shen | 2018-08-30 |
| | |||
* | fixed indentation | Bill Feng | 2018-08-28 |
| | |||
* | used names instead of numbers for each scenario | Bill Feng | 2018-08-27 |
| | |||
* | used alternative approach - generated bazel scenarios | Bill Feng | 2018-08-27 |
| | |||
* | made timeout longer | Bill Feng | 2018-08-27 |
| | |||
* | Merge remote-tracking branch 'upstream/master' into feature/qps-bazel-test | Bill Feng | 2018-08-27 |
|\ | |||
| * | Clang tidy | Hope Casey-Allen | 2018-08-25 |
| | | |||
| * | Add an option to collect medians every epoch. Useful for gathering per ↵ | Hope Casey-Allen | 2018-08-25 |
| | | | | | | | | second median latencies | ||
* | | used standalone JSON files for scenarios | Bill Feng | 2018-08-24 |
| | | |||
* | | added qps tests on bazel | Bill Feng | 2018-08-20 |
|/ | |||
* | Wait a configurable amount of time for benchmark channels to become ready | Alexander Polcyn | 2018-07-26 |
| | |||
* | Use test credentials provider for QPS benchmarking reporter client | Alexander Polcyn | 2018-07-24 |
| | |||
* | Make QPS server builder customizeabled | Alex Polcyn | 2018-07-23 |
| | |||
* | Step 3 of multipool RBE configuration. | Adele Zhou | 2018-07-13 |
| | |||
* | Manual fixes to enable performance- clang tidy checks | Noah Eisen | 2018-06-14 |
| | |||
* | Enable the performance-* clang-tidy checks | Noah Eisen | 2018-06-14 |
| | |||
* | gcov: dont run large json_run_localhost scenarios | Jan Tattermusch | 2018-05-08 |
| | |||
* | Break out qps services into seperate protos | kpayson64 | 2018-04-18 |
| | |||
* | Revert "Disabled the json_run_localhost:*_low_thread_count family of tests" | Jan Tattermusch | 2018-03-20 |
| | |||
* | Change grpc++ references in names to grpcpp | Vijay Pai | 2018-03-08 |
| | |||
* | Use static_cast rather than reinterpret_cast whenever possible | Vijay Pai | 2018-03-05 |
| | |||
* | Run clang fmt | Noah Eisen | 2018-02-09 |
| | |||
* | Autofix c casts to c++ casts | Noah Eisen | 2018-02-09 |
| | |||
* | Privatize host_port.h; was not used in any wrapped language implementation | Vijay Pai | 2018-01-25 |
| | |||
* | Merge pull request #14164 from yang-g/cork_all | Yang Gao | 2018-01-24 |
|\ | | | | | Add option to use client side coalescing API in qps test | ||
| * | Add option to use client side coalescing API in qps test | yang-g | 2018-01-24 |
| | | |||
* | | Merge branch 'master' of https://github.com/grpc/grpc into more-clang-tidy | ncteisen | 2018-01-22 |
|\| |