aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/qps
Commit message (Collapse)AuthorAge
* clang-format all the files.Gravatar Soheil Hassas Yeganeh2019-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_benchmarkGravatar Moiz Haidry2019-01-03
|\ | | | | Add support for Callback Client Streaming benchmarks
| * Addressed PR comments. Made Client::Thread public and removed use of void ↵Gravatar Moiz Haidry2018-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 threadedGravatar Alexander Polcyn2018-12-21
| |
* | Merge remote-tracking branch 'upstream/master' into ↵Gravatar yang-g2018-12-17
|\ \ | | | | | | | | | gpr_test_util_to_grpc_test_util
| | * Added support for fixed load benchmarks, all the rpcs access one requestor ↵Gravatar Moiz Haidry2018-12-14
| | | | | | | | | | | | to the get the next issue time for the RPC
| | * Add support for Callback Client Streaming benchmarksGravatar Moiz Haidry2018-12-13
| | |
| * | Streaming support for callback serverGravatar Moiz Haidry2018-12-11
| |/
* / Fix BUILD files. Manually edit bzl filesGravatar yang-g2018-12-06
|/
* Merge pull request #17110 from billfeng327/multipool-configGravatar Bill Feng2018-11-28
|\ | | | | Bazel multipool config update, removed sentinel file
| * merge conflict fixGravatar Bill Feng2018-11-26
| |\
* | | fix clang tidyGravatar ncteisen2018-11-26
| |/ |/|
* | Allow specifying specific credential types to reach specific works in QPS ↵Gravatar Alexander Polcyn2018-11-21
| | | | | | | | benchmark driver
* | Merge pull request #17140 from vjpai/qpsGravatar Jan Tattermusch2018-11-08
|\ \ | | | | | | Initialize values in memory before creating slice
| | * removed accidental submodule updateGravatar Bill Feng2018-11-07
| |/ |/|
| * Initialize value before creating sliceGravatar Vijay Pai2018-11-07
| |
* | Added benchmarks for Callback based Unary serverGravatar Moiz Haidry2018-11-07
|/
* Code sanitizationGravatar Moiz Haidry2018-10-10
|
* Addressed Vijay's code review commentsGravatar Moiz Haidry2018-10-10
|
* Benchmark test for callback unary gRPCGravatar Moiz Haidry2018-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 bugfixGravatar Bill Feng2018-09-06
|
* exclude less tests from qpsGravatar Bill Feng2018-09-06
|
* fixed a bug in json_run_localhost scenario generationGravatar Bill Feng2018-08-30
|
* Fix internal format issueGravatar Juanli Shen2018-08-30
|
* fixed indentationGravatar Bill Feng2018-08-28
|
* used names instead of numbers for each scenarioGravatar Bill Feng2018-08-27
|
* used alternative approach - generated bazel scenariosGravatar Bill Feng2018-08-27
|
* made timeout longerGravatar Bill Feng2018-08-27
|
* Merge remote-tracking branch 'upstream/master' into feature/qps-bazel-testGravatar Bill Feng2018-08-27
|\
| * Clang tidyGravatar Hope Casey-Allen2018-08-25
| |
| * Add an option to collect medians every epoch. Useful for gathering per ↵Gravatar Hope Casey-Allen2018-08-25
| | | | | | | | second median latencies
* | used standalone JSON files for scenariosGravatar Bill Feng2018-08-24
| |
* | added qps tests on bazelGravatar Bill Feng2018-08-20
|/
* Wait a configurable amount of time for benchmark channels to become readyGravatar Alexander Polcyn2018-07-26
|
* Use test credentials provider for QPS benchmarking reporter clientGravatar Alexander Polcyn2018-07-24
|
* Make QPS server builder customizeabledGravatar Alex Polcyn2018-07-23
|
* Step 3 of multipool RBE configuration.Gravatar Adele Zhou2018-07-13
|
* Manual fixes to enable performance- clang tidy checksGravatar Noah Eisen2018-06-14
|
* Enable the performance-* clang-tidy checksGravatar Noah Eisen2018-06-14
|
* gcov: dont run large json_run_localhost scenariosGravatar Jan Tattermusch2018-05-08
|
* Break out qps services into seperate protosGravatar kpayson642018-04-18
|
* Revert "Disabled the json_run_localhost:*_low_thread_count family of tests"Gravatar Jan Tattermusch2018-03-20
|
* Change grpc++ references in names to grpcppGravatar Vijay Pai2018-03-08
|
* Use static_cast rather than reinterpret_cast whenever possibleGravatar Vijay Pai2018-03-05
|
* Run clang fmtGravatar Noah Eisen2018-02-09
|
* Autofix c casts to c++ castsGravatar Noah Eisen2018-02-09
|
* Privatize host_port.h; was not used in any wrapped language implementationGravatar Vijay Pai2018-01-25
|
* Merge pull request #14164 from yang-g/cork_allGravatar Yang Gao2018-01-24
|\ | | | | Add option to use client side coalescing API in qps test
| * Add option to use client side coalescing API in qps testGravatar yang-g2018-01-24
| |
* | Merge branch 'master' of https://github.com/grpc/grpc into more-clang-tidyGravatar ncteisen2018-01-22
|\|