Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Invoke LoadTest setup | vjpai | 2015-06-03 |
| | |||
* | Merge branch 'master' into poisson | vjpai | 2015-06-03 |
|\ | |||
* | | Support use of high_res clock in timepoints | vjpai | 2015-06-02 |
| | | |||
| * | Fixed memory leak in server_async | David Garcia Quintas | 2015-06-02 |
| | | |||
* | | Fix timer issues | vjpai | 2015-06-02 |
| | | |||
* | | Merge branch 'master' into poisson | vjpai | 2015-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_refactoring | David Garcia Quintas | 2015-05-26 |
| |\ | |||
| | * | Merge pull request #1706 from ctiller/streaming-crash-boom-bang | Nicolas Noble | 2015-05-22 |
| | |\ | | | | | | | | | Fix shutdown crash in async streaming test | ||
| * | | | Merge branch 'master' of github.com:grpc/grpc into qps_reporter_refactoring | David Garcia Quintas | 2015-05-22 |
| |\| | | |||
| | * | | Merge pull request #1703 from ctiller/fugly | Vijay Pai | 2015-05-22 |
| | |\ \ | | | | | | | | | | | clang-format qps code - it was getting out of hand | ||
| | * \ \ | Merge pull request #1693 from dgquintas/fix_sleep_for | Vijay Pai | 2015-05-21 |
| | |\ \ \ | | | | | | | | | | | | | Replaced std::this_thread::sleep_for for gpr_sleep_until. | ||
| * | | | | | Merge branch 'master' of github.com:grpc/grpc into qps_reporter_refactoring | David Garcia Quintas | 2015-05-21 |
| |\| | | | | |||
| | * | | | | Add missing copyright notices | Craig Tiller | 2015-05-21 |
| | | | | | | |||
| | | | | * | clang-format | Craig Tiller | 2015-05-21 |
| | | | | | | |||
| | | | | * | Fix shutdown crash in async streaming test | Craig Tiller | 2015-05-21 |
| | | | |/ | |||
| | | | * | clang-format qps code - it was getting out of hand | Craig Tiller | 2015-05-21 |
| | | |/ | | |/| | |||
| | * | | Merge pull request #1669 from dgquintas/benchmark_hosts_info | Vijay Pai | 2015-05-21 |
| | |\ \ | | | | | | | | | | | Added the client and server configurations to the bench results proto. | ||
* | | \ \ | Merge branch 'master' into poisson | vjpai | 2015-05-21 |
|\ \ \ \ \ | | |/ / / | |/| | | | |||
| | | | * | Replaced std::this_thread::sleep_for for gpr_sleep_until. | David Garcia Quintas | 2015-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 fix | David Garcia Quintas | 2015-05-20 |
| | | | | |||
| | * | | Improvements to reporting mechanism based on comments. | David Garcia Quintas | 2015-05-20 |
| | | | | | | | | | | | | | | | | Turned the reporter into a composite, much cleaner arch. | ||
| | * | | Simplified code based on comments and fixed build.json | David Garcia Quintas | 2015-05-20 |
| | | | | |||
| | * | | Added missing benchmark_config.* files | David Garcia Quintas | 2015-05-20 |
| | | | | |||
| | * | | Removed registry for benchmark reports & introduced benchmark_config.{h,cc} ↵ | David Garcia Quintas | 2015-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. | David Garcia Quintas | 2015-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. | David Garcia Quintas | 2015-05-20 |
| | | | |||
| | * | Added the client and server configurations to the bench results proto. | David Garcia Quintas | 2015-05-19 |
| | | | | | | | | | | | | | | | The added configurations also include the host of both parties. This is useful for reporting. | ||
| * | | Compile fix | Craig Tiller | 2015-05-19 |
| | | | |||
| * | | Better RNG seeding portability | Craig Tiller | 2015-05-19 |
| | | | |||
| * | | Cheesy attempt to get this working on Travis | Craig Tiller | 2015-05-18 |
| |/ | |||
* | | Merge branch 'master' into poisson | vjpai | 2015-05-18 |
|\| | | | | | | | | | Conflicts: Makefile | ||
* | | WIP | vjpai | 2015-05-18 |
| | | |||
| * | Merge pull request #1493 from ↵ | Yang Gao | 2015-05-12 |
| |\ | | | | | | | | | | | | | ctiller/churn-churn-churn-the-api-gently-down-the-stream Completion queue binding for new requests API change | ||
* | | | WIP | vjpai | 2015-05-12 |
| | | | |||
* | | | Merge branch 'master' into poisson | vjpai | 2015-05-12 |
|\ \ \ | | | | | | | | | | | | | | | | | Conflicts: Makefile | ||
| | * | | Added async streaming ping pong test | Siddharth Rakesh | 2015-05-11 |
| |/ / | |||
* | | | Merge branch 'master' into poisson | vjpai | 2015-05-11 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | Conflicts: Makefile build.json | ||
| | | * | Merge github.com:grpc/grpc into churn-churn-churn-the-api-gently-down-the-stream | Craig Tiller | 2015-05-08 |
| | | |\ | | |_|/ | |/| | | | | | | | | | | Conflicts: test/cpp/end2end/async_end2end_test.cc | ||
| | * | | Merge github.com:grpc/grpc into the-churnening | Craig Tiller | 2015-05-08 |
| | |\ \ | | |/ / | |/| | | |||
| * | | | Merge pull request #1470 from vjpai/stream_ctx | Craig Tiller | 2015-05-08 |
| |\ \ \ | | | | | | | | | | | Fix a bug in synchronous streaming QPS test | ||
| | | | * | Merge github.com:grpc/grpc into churn-churn-churn-the-api-gently-down-the-stream | Craig Tiller | 2015-05-08 |
| | | | |\ | | |_|_|/ | |/| | | | |||
| | | | * | Merge github.com:grpc/grpc into churn-churn-churn-the-api-gently-down-the-stream | Craig Tiller | 2015-05-08 |
| | | | |\ | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/cpp/server/server.cc | ||
* | | | | \ | Merge branch 'stream_ctx' into poisson | vjpai | 2015-05-07 |
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | | | | | | | | | | | | | Conflicts: test/cpp/qps/client_sync.cc | ||
* | | | | | | Merge branch 'master' into poisson | vjpai | 2015-05-07 |
|\ \ \ \ \ \ | |||
| | | | | | * | Eliminate need for SIGPIPE handling | Craig Tiller | 2015-05-06 |
| | |_|_|_|/ | |/| | | | | |||
| | | | * | | Lose redundant tag on unary calls | Craig Tiller | 2015-05-06 |
| | |_|/ / | |/| | | | |||
| | | | * | Completion queue binding for new requests API change | Craig Tiller | 2015-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. | David Garcia Quintas | 2015-05-05 |
| | |/ | |/| | |||
| | * | Make sure that we have enough server threads to actually support the | Vijay Pai | 2015-05-05 |
| | | | | | | | | | | | | number of outstanding streams | ||
| | * | Also need to create a vector of streams | vjpai | 2015-05-04 |
| | | |