aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/qps
Commit message (Collapse)AuthorAge
* Invoke LoadTest setupGravatar vjpai2015-06-03
|
* Merge branch 'master' into poissonGravatar vjpai2015-06-03
|\
* | Support use of high_res clock in timepointsGravatar vjpai2015-06-02
| |
| * Fixed memory leak in server_asyncGravatar David Garcia Quintas2015-06-02
| |
* | Fix timer issuesGravatar vjpai2015-06-02
| |
* | Merge branch 'master' into poissonGravatar vjpai2015-05-28
|\| | | | | | | | | | | | | Conflicts: Makefile test/cpp/qps/client_async.cc test/cpp/qps/qpstest.proto
| * Merge branch 'master' of github.com:grpc/grpc into qps_reporter_refactoringGravatar David Garcia Quintas2015-05-26
| |\
| | * Merge pull request #1706 from ctiller/streaming-crash-boom-bangGravatar Nicolas Noble2015-05-22
| | |\ | | | | | | | | Fix shutdown crash in async streaming test
| * | | Merge branch 'master' of github.com:grpc/grpc into qps_reporter_refactoringGravatar David Garcia Quintas2015-05-22
| |\| |
| | * | Merge pull request #1703 from ctiller/fuglyGravatar Vijay Pai2015-05-22
| | |\ \ | | | | | | | | | | clang-format qps code - it was getting out of hand
| | * \ \ Merge pull request #1693 from dgquintas/fix_sleep_forGravatar Vijay Pai2015-05-21
| | |\ \ \ | | | | | | | | | | | | Replaced std::this_thread::sleep_for for gpr_sleep_until.
| * | | | | Merge branch 'master' of github.com:grpc/grpc into qps_reporter_refactoringGravatar David Garcia Quintas2015-05-21
| |\| | | |
| | * | | | Add missing copyright noticesGravatar Craig Tiller2015-05-21
| | | | | |
| | | | | * clang-formatGravatar Craig Tiller2015-05-21
| | | | | |
| | | | | * Fix shutdown crash in async streaming testGravatar Craig Tiller2015-05-21
| | | | |/
| | | | * clang-format qps code - it was getting out of handGravatar Craig Tiller2015-05-21
| | | |/ | | |/|
| | * | Merge pull request #1669 from dgquintas/benchmark_hosts_infoGravatar Vijay Pai2015-05-21
| | |\ \ | | | | | | | | | | Added the client and server configurations to the bench results proto.
* | | \ \ Merge branch 'master' into poissonGravatar vjpai2015-05-21
|\ \ \ \ \ | | |/ / / | |/| | |
| | | | * Replaced std::this_thread::sleep_for for gpr_sleep_until.Gravatar David Garcia Quintas2015-05-20
| | |_|/ | |/| | | | | | | | | | | | | | std::this_thread::sleep_for isn't available in gcc <= 4.6 (4.7?) nor VS2010.
| | * | Return shared_ptr by value plus minor dependency fixGravatar David Garcia Quintas2015-05-20
| | | |
| | * | Improvements to reporting mechanism based on comments.Gravatar David Garcia Quintas2015-05-20
| | | | | | | | | | | | | | | | Turned the reporter into a composite, much cleaner arch.
| | * | Simplified code based on comments and fixed build.jsonGravatar David Garcia Quintas2015-05-20
| | | |
| | * | Added missing benchmark_config.* filesGravatar David Garcia Quintas2015-05-20
| | | |
| | * | Removed registry for benchmark reports & introduced benchmark_config.{h,cc} ↵Gravatar David Garcia Quintas2015-05-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | in the spirit of test_config.{h,cc}. The purpose of benchmark_config is to allow for different behaviors to be decided at compile-time.
| | * | Refactored benchmark reporting mechanism.Gravatar David Garcia Quintas2015-05-20
| |/ / | | | | | | | | | | | | It now allows pluggging in "reporter" instances to process the benchmark results arbitrarily. This would allow, for example, to send results to a leaderboard and/or other systems for tracking performance metrics.
| | * Fix to work around the fact that Histogram isn't copyable.Gravatar David Garcia Quintas2015-05-20
| | |
| | * Added the client and server configurations to the bench results proto.Gravatar David Garcia Quintas2015-05-19
| | | | | | | | | | | | | | | The added configurations also include the host of both parties. This is useful for reporting.
| * | Compile fixGravatar Craig Tiller2015-05-19
| | |
| * | Better RNG seeding portabilityGravatar Craig Tiller2015-05-19
| | |
| * | Cheesy attempt to get this working on TravisGravatar Craig Tiller2015-05-18
| |/
* | Merge branch 'master' into poissonGravatar vjpai2015-05-18
|\| | | | | | | | | Conflicts: Makefile
* | WIPGravatar vjpai2015-05-18
| |
| * Merge pull request #1493 from ↵Gravatar Yang Gao2015-05-12
| |\ | | | | | | | | | | | | ctiller/churn-churn-churn-the-api-gently-down-the-stream Completion queue binding for new requests API change
* | | WIPGravatar vjpai2015-05-12
| | |
* | | Merge branch 'master' into poissonGravatar vjpai2015-05-12
|\ \ \ | | | | | | | | | | | | | | | | Conflicts: Makefile
| | * | Added async streaming ping pong testGravatar Siddharth Rakesh2015-05-11
| |/ /
* | | Merge branch 'master' into poissonGravatar vjpai2015-05-11
|\ \ \ | | | | | | | | | | | | | | | | | | | | Conflicts: Makefile build.json
| | | * Merge github.com:grpc/grpc into churn-churn-churn-the-api-gently-down-the-streamGravatar Craig Tiller2015-05-08
| | | |\ | | |_|/ | |/| | | | | | | | | | Conflicts: test/cpp/end2end/async_end2end_test.cc
| | * | Merge github.com:grpc/grpc into the-churneningGravatar Craig Tiller2015-05-08
| | |\ \ | | |/ / | |/| |
| * | | Merge pull request #1470 from vjpai/stream_ctxGravatar Craig Tiller2015-05-08
| |\ \ \ | | | | | | | | | | Fix a bug in synchronous streaming QPS test
| | | | * Merge github.com:grpc/grpc into churn-churn-churn-the-api-gently-down-the-streamGravatar Craig Tiller2015-05-08
| | | | |\ | | |_|_|/ | |/| | |
| | | | * Merge github.com:grpc/grpc into churn-churn-churn-the-api-gently-down-the-streamGravatar Craig Tiller2015-05-08
| | | | |\ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/cpp/server/server.cc
* | | | | \ Merge branch 'stream_ctx' into poissonGravatar vjpai2015-05-07
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | | | | | | | | | | | | Conflicts: test/cpp/qps/client_sync.cc
* | | | | | Merge branch 'master' into poissonGravatar vjpai2015-05-07
|\ \ \ \ \ \
| | | | | | * Eliminate need for SIGPIPE handlingGravatar Craig Tiller2015-05-06
| | |_|_|_|/ | |/| | | |
| | | | * | Lose redundant tag on unary callsGravatar Craig Tiller2015-05-06
| | |_|/ / | |/| | |
| | | | * Completion queue binding for new requests API changeGravatar Craig Tiller2015-05-06
| | |_|/ | |/| | | | | | | | | | | | | | Move completion queue binding for new requests to the new request request time, not server instantiation time.
| | | * Split C++'s smoke_test into 4 stand alone ones.Gravatar David Garcia Quintas2015-05-05
| | |/ | |/|
| | * Make sure that we have enough server threads to actually support theGravatar Vijay Pai2015-05-05
| | | | | | | | | | | | number of outstanding streams
| | * Also need to create a vector of streamsGravatar vjpai2015-05-04
| | |