Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | add missed explicit | Yang Gao | 2015-06-09 |
| | |||
* | Merge pull request #1958 from vjpai/qps-proto3 | David G. Quintas | 2015-06-09 |
|\ | | | | | Update QPS test to proto3 | ||
| * | Renumber message fields | vjpai | 2015-06-09 |
| | | |||
* | | Merge pull request #1984 from grpc/revert-1980-revert-1948-poisson | Craig Tiller | 2015-06-08 |
|\ \ | | | | | | | Revert "Revert "Open loop sync/async multithreaded testing"" | ||
| | * | Handle all cases properly | vjpai | 2015-06-08 |
| | | | |||
| | * | Merge remote-tracking branch 'upstream/revert-1980-revert-1948-poisson' into ↵ | vjpai | 2015-06-08 |
| | |\ | | |/ | |/| | | | | | | | | | | | | | qps-proto3 Conflicts: test/cpp/qps/qps_test_openloop.cc | ||
* | | | Merge pull request #1979 from ctiller/cereal-is-bad-for-your-health | Vijay Pai | 2015-06-08 |
|\ \ \ | | | | | | | | | Dont serialize new call requests under the server test lock | ||
| | * | | Stop worrying about 1 second deadline as a fatal problem | Vijay Pai | 2015-06-08 |
| | | | | | | | | | | | | | | | | Also fix reporter | ||
| | * | | Revert "Revert "Open loop sync/async multithreaded testing"" | Vijay Pai | 2015-06-08 |
| |/ / |/| | | |||
* | | | Missing required changes from pull req. #1964 | David Garcia Quintas | 2015-06-08 |
| | | | |||
| * | | Merge github.com:grpc/grpc into cereal-is-bad-for-your-health | Craig Tiller | 2015-06-08 |
| |\ \ | |/ / |/| | | |||
* | | | Revert "Open loop sync/async multithreaded testing" | Craig Tiller | 2015-06-08 |
| | | | |||
| * | | Dont serialize new call requests under the server test lock | Craig Tiller | 2015-06-08 |
|/ / | |||
* | | Merge pull request #1948 from vjpai/poisson | Craig Tiller | 2015-06-08 |
|\ \ | | | | | | | Open loop sync/async multithreaded testing | ||
| | * | Add a new test for qps openloop to make sure this code gets exercised | vjpai | 2015-06-08 |
| | | | | | | | | | | | | | | | regularly. Also, convert qps_test to test, from benchmark | ||
| * | | Add a new test for qps openloop to make sure this code gets exercised | vjpai | 2015-06-08 |
| | | | | | | | | | | | | | | | regularly. Also, convert qps_test to test, from benchmark | ||
* | | | Removed redundant parameter from Reporter interface. | David Garcia Quintas | 2015-06-05 |
| | | | |||
| * | | Address reviewer comment by not having non-const reference | vjpai | 2015-06-05 |
| | | | |||
| | * | Update QPS test to proto3 syntax | vjpai | 2015-06-05 |
| |/ | |||
| * | Address review comments for code clarity | Vijay Pai | 2015-06-05 |
| | | |||
| * | Add comments describing various random distributions | Vijay Pai | 2015-06-05 |
| | | | | | | | | | | Also remove the parameterized constructor for InterarrivalTimer and only keep the init function. | ||
| * | Use typedef rather than using to make Travis happy | Vijay Pai | 2015-06-05 |
| | | |||
| * | clang-format | Vijay Pai | 2015-06-05 |
| | | |||
| * | Better management of channel attempts and channel coverage | Vijay Pai | 2015-06-05 |
| | | |||
| * | Omit redundant record-keeping | Vijay Pai | 2015-06-05 |
| | | |||
| * | Take some code out from under a lock_guard and try to | Vijay Pai | 2015-06-05 |
| | | | | | | | | maintain affinity of next_channel whenever possible | ||
| * | Get the code to stop crashing by fixing bugs | Vijay Pai | 2015-06-05 |
| | | |||
| * | Init a variable | vjpai | 2015-06-04 |
| | | |||
| * | Minor fixes | vjpai | 2015-06-04 |
| | | |||
| * | Merge branch 'master' into poisson | vjpai | 2015-06-04 |
| |\ | |/ |/| | |||
| * | Context activation for async | Vijay Pai | 2015-06-03 |
| | | |||
* | | Expose gpr_asprintf and gpr_strdup | Masood Malekghassemi | 2015-06-03 |
| | | |||
| * | Account for time difference in mac and linux | Vijay Pai | 2015-06-03 |
| | | |||
| * | Bug fix | Vijay Pai | 2015-06-03 |
| | | |||
| * | 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 |
| | | |||
* | | Various minor fixes | Yang Gao | 2015-06-01 |
| | | |||
| * | 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-27 |
|\ \ | |||
| * | | Add a check against potential failure to bring up client binary | Yang Gao | 2015-05-26 |
| | | | |||
* | | | Merge branch 'master' of github.com:grpc/grpc into qps_reporter_refactoring | David Garcia Quintas | 2015-05-26 |
|\ \ \ | |||
| | * | | Correct the test request/response size, to be consistent with the test ↵ | Xudong Ma | 2015-05-26 |
| |/ / | | | | | | | | | | spec:https://github.com/grpc/grpc/blob/master/doc/interop-test-descriptions.md | ||
| * | | 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 |
|\| | | | |||
* | | | | Fixed typo | 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 #1625 from ctiller/mmm-mmm-mmm-mmm | Yang Gao | 2015-05-21 |
| |\ \ \ \ | | | | | | | | | | | | | Add a test of crashing servers and clients |