aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp
Commit message (Expand)AuthorAge
* Merge pull request #9522 from ctiller/bm_perfGravatar Craig Tiller2017-02-08
|\
* \ Merge pull request #9194 from dgquintas/lb_secure_naming_3Gravatar David G. Quintas2017-02-07
|\ \
| * | Secure naming support for gRPCLBGravatar David Garcia Quintas2017-02-07
* | | Merge pull request #9619 from ctiller/bm_countersGravatar Craig Tiller2017-02-07
|\ \ \ | |/ / |/| |
* | | Fix read from uninitialized memory bug in GrpcBufferWriter.Gravatar Harvey Tuch2017-02-07
| | * Merge github.com:grpc/grpc into bm_perfGravatar Craig Tiller2017-02-07
| | |\ | |_|/ |/| |
* | | Merge pull request #9590 from sreecha/micro_bmGravatar Sree Kuchibhotla2017-02-07
|\ \ \
| | * | Add allocations/iteration counters to bm_fullstackGravatar Craig Tiller2017-02-07
| | * | Add counters for mutex acquisitions, expose in bm_fullstackGravatar Craig Tiller2017-02-07
| |/ / |/| |
* | | Merge pull request #9419 from danzh2010/shutdowntestGravatar Yang Gao2017-02-06
|\ \ \
| | * | Address code review commentsGravatar Sree Kuchibhotla2017-02-03
| | * | cr commentsGravatar Sree Kuchibhotla2017-02-03
| | * | Add commentGravatar Sree Kuchibhotla2017-02-03
| | * | New microbenchmarks for Streaming Ping pong calls and messagesGravatar Sree Kuchibhotla2017-02-03
* | | | Merge branch 'bwest' into assert_writesGravatar Craig Tiller2017-02-03
|\ \ \ \
| * \ \ \ Merge github.com:grpc/grpc into bwestGravatar Craig Tiller2017-02-03
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Merge pull request #9572 from dgquintas/interop_server_mac_slice_crashGravatar David G. Quintas2017-02-03
| | |\ \ \
| | * \ \ \ Merge pull request #9487 from ctiller/bm_streamGravatar Sree Kuchibhotla2017-02-02
| | |\ \ \ \
| | | | * | | Fixed invalid handling of slice data in interop_serverGravatar David Garcia Quintas2017-02-02
| | | |/ / / | | |/| | |
| | | | | * Merge branch 'bm_stream' into bm_perfGravatar Craig Tiller2017-02-02
| | | | | |\ | | | | |_|/ | | | |/| |
| * | | | | Merge github.com:grpc/grpc into bwestGravatar Craig Tiller2017-02-02
| |\| | | |
| | * | | | Merge pull request #9456 from jtattermusch/cmake_convenience_targetsGravatar Jan Tattermusch2017-02-02
| | |\ \ \ \
| | * \ \ \ \ Merge pull request #9545 from yang-g/fixGravatar Yang Gao2017-02-01
| | |\ \ \ \ \
| * | | | | | | Improve sync streaming benchmark, fix deadlock that can occur sometimesGravatar Craig Tiller2017-02-01
| * | | | | | | Merge github.com:grpc/grpc into bwestGravatar Craig Tiller2017-02-01
| |\| | | | | |
| | | | | * | | Merge github.com:grpc/grpc into bm_streamGravatar Craig Tiller2017-02-01
| | | | | |\ \ \ | | | |_|_|/ / / | | |/| | | | |
| | | | * | | | windows compilation fixesGravatar Jan Tattermusch2017-02-02
| | | |/ / / / | | |/| | | |
| | | * | | | Minor fixesGravatar yang-g2017-02-01
| * | | | | | Merge github.com:grpc/grpc into bwestGravatar Craig Tiller2017-02-01
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| | | * | | | Merge branch 'master' into poll-cv-disableGravatar Sree Kuchibhotla2017-02-01
| | | |\ \ \ \ | | | |/ / / / | | |/| | | |
| | * | | | | Merge pull request #9364 from rjshade/sanitizer_slowdownGravatar Yang Gao2017-01-31
| | |\ \ \ \ \
| * | | | | | | Merge github.com:grpc/grpc into bwestGravatar Craig Tiller2017-01-31
| |\| | | | | |
| | | | | * | | Merge github.com:grpc/grpc into bm_streamGravatar Craig Tiller2017-01-31
| | | | | |\ \ \ | | | |_|_|/ / / | | |/| | | | |
| | | | * | | | Merge branch 'master' into poll-cv-disableGravatar Sree Kuchibhotla2017-01-31
| | | | |\ \ \ \ | | | |_|/ / / / | | |/| | | | |
| | | | | | | * Update latency profiler to use (more appropriate) microbenchmarksGravatar Craig Tiller2017-01-31
| | | | | | |/ | | | | | |/|
| | | * | | | Replace timeout/scaling macros with functions.Gravatar Robbie Shade2017-01-31
| | | | | | * Change shutdown_test.cc to use credential provider API to test againstGravatar Dan Zhang2017-01-31
| | * | | | | Merge pull request #8066 from y-zeng/cli_main_forkGravatar Yuchen Zeng2017-01-31
| | |\ \ \ \ \ | | | |/ / / / | | |/| | | |
| | | * | | | Support bidirectional stream RPCGravatar Yuchen Zeng2017-01-30
* | | | | | | Add a test verifying number of writes per RPC is reasonableGravatar Craig Tiller2017-01-30
| |_|_|_|/ / |/| | | | |
| | | | * | Merge branch 'master' into poll-cv-disableGravatar Sree Kuchibhotla2017-01-30
| | | | |\|
* | | | | | Add other fixtures to pump testsGravatar Craig Tiller2017-01-27
* | | | | | Add server->client long-lived streamingGravatar Craig Tiller2017-01-27
* | | | | | Add client->server long-lived streamingGravatar Craig Tiller2017-01-27
|/ / / / /
* | | | | Merge branch 'bm_msgsz' into bm_countwritesGravatar Craig Tiller2017-01-27
|\| | | |
| * | | | Merge github.com:grpc/grpc into bm_msgszGravatar Craig Tiller2017-01-27
| |\ \ \ \ | | | |_|/ | | |/| |
| | | | * Excluded async_client_sync_server_* tests for poll-cv engine since itGravatar Sree Kuchibhotla2017-01-27
| | * | | Merge github.com:grpc/grpc into rollfwdGravatar Craig Tiller2017-01-27
| | |\ \ \ | | | | |/ | | | |/|
* | | / | Track writes/RPC in microbenchmarkGravatar Craig Tiller2017-01-26
|/ / / /
* | | | Merge branch 'maxmsgsz' into bm_msgszGravatar Craig Tiller2017-01-26
|\ \ \ \ | | |/ / | |/| |