aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp
Commit message (Collapse)AuthorAge
* Merge pull request #16933 from ncteisen/fix-microbenchmarksGravatar Noah Eisen2018-10-18
|\ | | | | Remove Uneeded Header from Benchmark
* \ Merge pull request #16903 from grpc/revert-16902-revert-16766-masterGravatar Yang Gao2018-10-18
|\ \ | | | | | | Revert "Revert "grpc_cli json support""
| | * Remove uneeded headerGravatar ncteisen2018-10-18
| |/ |/|
* | Merge pull request #16697 from markdroth/health_checking_serviceGravatar Mark D. Roth2018-10-18
|\ \ | | | | | | Third attempt: Implement Watch method in health check service.
* \ \ Merge pull request #16914 from soheilhy/worktree-benchGravatar Soheil Hassas Yeganeh2018-10-17
|\ \ \ | | | | | | | | Fix bazel for //test/cpp/microbenchmarks/...
| * | | Fix bazel for //test/cpp/microbenchmarks/...Gravatar Soheil Hassas Yeganeh2018-10-17
| | | | | | | | | | | | | | | | | | | | Fix a build failure due to missed dependency and add the bm_create_call benchmark to the build targets.
| | * | Merge remote-tracking branch 'upstream/master' into health_checking_serviceGravatar Mark D. Roth2018-10-17
| | |\ \ | |_|/ / |/| | |
| | | * Revert "Revert "grpc_cli json support""Gravatar Yang Gao2018-10-16
| |_|/ |/| |
* | | Revert "grpc_cli json support"Gravatar David G. Quintas2018-10-16
|/ /
| * Merge remote-tracking branch 'upstream/master' into health_checking_serviceGravatar Mark D. Roth2018-10-16
| |\ | |/ |/|
* | Merge pull request #16766 from gfecher/masterGravatar Yang Gao2018-10-16
|\ \ | | | | | | grpc_cli json support
| * | Reformatted code as per clang-formatGravatar Feso2018-10-16
| | |
| | * Merge remote-tracking branch 'upstream/master' into health_checking_serviceGravatar Mark D. Roth2018-10-15
| | |\ | |_|/ |/| |
* | | Revert "Add c++ google default creds to cloud to prod auth scenarios"Gravatar Jan Tattermusch2018-10-15
| | |
| * | Refactored based on code reviewGravatar Feso2018-10-13
| | |
* | | Merge pull request #16807 from mhaidrygoog/callback_unary_benchmarkGravatar Moiz Haidry2018-10-12
|\ \ \ | | | | | | | | Benchmark test for unary callback based RPCs in gRPC
* \ \ \ Merge pull request #16841 from apolcyn/add_cpp_gcd_to_cloud_to_prod_authGravatar apolcyn2018-10-11
|\ \ \ \ | | | | | | | | | | Add c++ google default creds to cloud to prod auth scenarios
* | | | | Move check closer to relevant codeGravatar Hope Casey-Allen2018-10-11
| | | | |
* | | | | Add metadata streaming testsGravatar Hope Casey-Allen2018-10-11
| | | | |
| * | | | Add c++ google default creds to cloud to prod auth scenariosGravatar Alexander Polcyn2018-10-11
| | | | |
| | * | | Code sanitizationGravatar Moiz Haidry2018-10-10
| | | | |
| | * | | Addressed Vijay's code review commentsGravatar Moiz Haidry2018-10-10
| | | | |
* | | | | C++ Channelz GetServerSockets SupportGravatar ncteisen2018-10-09
| | | | |
| | * | | 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
* | | | Merge branch 'master' of https://github.com/grpc/grpc into ↵Gravatar ncteisen2018-10-05
|\| | | | | | | | | | | | | | | channelz-server-sockets
* | | | Fix two build breakagesGravatar ncteisen2018-10-04
| | | |
| * | | Merge branch 'master' of https://github.com/grpc/grpc into channel-trace-sizeGravatar ncteisen2018-10-04
| |\ \ \
* | | | | reviewer feedbackGravatar ncteisen2018-10-04
| |/ / / |/| | |
| | * | Merge remote-tracking branch 'upstream/master'Gravatar Feso2018-10-04
| | |\ \
* | | | | Split grpc_cli target into two targetsGravatar Spencer Fang2018-10-04
| |_|/ / |/| | | | | | | | | | | | | | | | | | | Let's have a util target that contains everything except for the CLI front end. This way, users can depend on the util classes without any risk of CLI flag collisions.
* | | | Merge pull request #16742 from Capstan/cli-call-credsGravatar Yang Gao2018-10-03
|\ \ \ \ | | | | | | | | | | Fix inverted logic for --call_creds=none.
* \ \ \ \ Merge pull request #16716 from yashykt/interceptors_initialGravatar Yash Tibrewal2018-10-03
|\ \ \ \ \ | | | | | | | | | | | | Create interfaces and initial plumbing for interception API
| | | * | | Channel trace is limited by memoryGravatar ncteisen2018-10-02
| |_|/ / / |/| | | |
| | | * | grpc_cli json supportGravatar Feso2018-10-03
| |_|/ / |/| | |
| * | | Merge branch 'master' into interceptors_initialGravatar Yash Tibrewal2018-10-02
| |\ \ \
* | | | | Fix the unused result error in client_channel_stress_test.cc.Gravatar Guantao Liu2018-10-01
| |/ / / |/| | |
| | * | Fix inverted logic for --call_creds=none.Gravatar Nathan Herring2018-10-01
| | | | | | | | | | | | | | | | Fixes #16622. Follow up to change 6e3938c. Thanks to @bluecmd for pointing it out.
* | | | Add documentation for running microbenchmarks with other toolingGravatar Hope Casey-Allen2018-09-28
| |/ / |/| |
* | | Channelz C++ Socket supportGravatar ncteisen2018-09-27
| | |
* | | reviewer feedbackGravatar ncteisen2018-09-27
| | |
* | | reviewer feedbackGravatar ncteisen2018-09-27
| | |
* | | Simplifiy transport querying functionGravatar ncteisen2018-09-27
| | |
| * | Create interfaces and initial plumbing for interception APIGravatar Yash Tibrewal2018-09-26
|/ /
| * Revert "Merge pull request #16600 from ↵Gravatar Mark D. Roth2018-09-25
|/ | | | | | | grpc/revert-16574-health_checking_service" This reverts commit de11358660b6474ffea480d8d756c23e58a7cf07, reversing changes made to 107d10ea73f77dc9bb498c9b91e1fcd0188dfb45.
* Warn on non-virtual destructor if class has virtual functionsGravatar Vijay Pai2018-09-20
|
* Merge pull request #16646 from vjpai/callback_codegen_client_unaryGravatar Vijay Pai2018-09-20
|\ | | | | EXPERIMENTAL: Codegen for callback client unary calls
* \ Merge pull request #16629 from hcaseyal/fix_hpack_microbenchmarksGravatar hcaseyal2018-09-20
|\ \ | | | | | | Add benchmarks for on_initial_header
| | * Add a virtual destructor to the new class with virtual methodsGravatar Vijay Pai2018-09-20
| | |
| * | Destroy metadata buffer at end of benchmark loopGravatar Hope Casey-Allen2018-09-20
| | |
| * | Reassign arena pointer instead of stomping on memoryGravatar Hope Casey-Allen2018-09-20
| | |