Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge pull request #8868 from markdroth/fixit_qps | Mark D. Roth | 2016-11-29 |
|\ | | | | | Improve subproccess cleanup in json_run_localhost. | ||
* | | Take into account all the configs | Craig Tiller | 2016-11-29 |
| | | |||
| * | Improve logging. | Mark D. Roth | 2016-11-29 |
| | | |||
* | | Limit outstanding rpc count for synchronous {client,server} tsan tests | Craig Tiller | 2016-11-28 |
| | | |||
* | | Make a better educated guess about CPU costs of a benchmark | Craig Tiller | 2016-11-28 |
| | | |||
* | | Make a better educated guess about CPU costs of a benchmark | Craig Tiller | 2016-11-28 |
| | | |||
| * | Add debug logging for process termination state. | Mark D. Roth | 2016-11-28 |
|/ | |||
* | Merge pull request #8638 from vjpai/conform | Vijay Pai | 2016-11-10 |
|\ | | | | | Improve C++11 conformance | ||
* \ | Merge pull request #8313 from lyuxuan/cpu_usage2 | lyuxuan | 2016-11-08 |
|\ \ | | | | | | | Get server cpu usage info and search for offered_load value that achieves targeted cpu usage | ||
* \ \ | Merge github.com:grpc/grpc into grpc_slice | Craig Tiller | 2016-11-08 |
|\ \ \ | |||
| | | * | Merge branch 'master' into conform | Vijay Pai | 2016-11-07 |
| | | |\ | | |_|/ | |/| | | |||
| | * | | fixing override | Yuxuan Li | 2016-11-07 |
| | | | | |||
| | * | | Merge branch 'master' into cpu_usage2 | Yuxuan Li | 2016-11-07 |
| | |\ \ | | |/ / | |/| | | |||
| * | | | Increase test timeouts | Craig Tiller | 2016-11-04 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These tests are failing when run as a batch, but passing when run in isolation. Suspect something more is up, but this will at least make our builds much greener until we figure that out. | ||
| | | * | clang-format | Vijay Pai | 2016-11-04 |
| | | | | |||
* | | | | Merge github.com:grpc/grpc into grpc_slice | Craig Tiller | 2016-11-04 |
|\| | | | |||
| | | * | Remove a namespace and start using a lambda for a small function | Vijay Pai | 2016-11-04 |
| | | | | |||
| | | * | Cleanup unneeded namespace | Vijay Pai | 2016-11-04 |
| | | | | |||
| | | * | clang-format | Vijay Pai | 2016-11-04 |
| | | | | |||
| | | * | Eliminate unnecessary uses of new[]/delete[] that can be replaced | Vijay Pai | 2016-11-04 |
| | |/ | |/| | | | | | | | | | | | | | with vector Also start eliminating uses of plain-old delete that are not helpful | ||
| * | | Regenerate all projects | Vijay Pai | 2016-11-01 |
| | | | |||
| * | | clang-format | Vijay Pai | 2016-11-01 |
| | | | |||
| * | | Use C++11 final and override | Vijay Pai | 2016-11-01 |
| | | | |||
| | * | fixing conflicts with new upstream master | Yuxuan Li | 2016-10-28 |
| | |\ | | |/ | |/| | |||
| | * | clang-format for recently changed files. merged upstream master | Yuxuan Li | 2016-10-28 |
| | | | |||
| | * | Merge branch 'master' into cpu_usage2 | Yuxuan Li | 2016-10-28 |
| | |\ | |||
* | | | | Merge github.com:grpc/grpc into grpc_slice | Craig Tiller | 2016-10-28 |
|\| | | | |||
| * | | | Handle failed calls in sync client | Craig Tiller | 2016-10-27 |
| | | | | |||
* | | | | s/gpr_slice/grpc_slice, and move around tests, impls | Craig Tiller | 2016-10-26 |
|/ / / | |||
| * | | fix logging problem | Yuxuan Li | 2016-10-26 |
| | | | |||
| * | | minor fix for usage_timer.cc | Yuxuan Li | 2016-10-25 |
| | | | |||
| * | | Change flag precision to flag stride, better description. | Yuxuan Li | 2016-10-21 |
| | | | | | | | | | | | | | | | | | | | | | Add flag error_tolerence to define the search stopping criteria. Move the equal condition in the binary search to smaller than condition. Wrap get_cpu_usage(), so on non-linux platform, the compiler won't complain and will get cpu usage to be 0. | ||
* | | | Merge github.com:grpc/grpc into buffer_pools_for_realsies | Craig Tiller | 2016-10-20 |
|\ \ \ | | |/ | |/| | |||
* | | | clang-format | Craig Tiller | 2016-10-18 |
| | | | |||
| * | | Minor cleanup - remove an unneeded header, mark a class final, explicitly ↵ | Vijay Pai | 2016-10-18 |
| | | | | | | | | | | | | specify parent class | ||
* | | | BufferPool --> ResourceQuota | Craig Tiller | 2016-10-17 |
| | | | |||
* | | | Merge branch 'direct-calls' into buffer_pools_for_realsies | Craig Tiller | 2016-10-17 |
|\| | | |||
| * | | Delambdaify | Craig Tiller | 2016-10-17 |
| | | | |||
| * | | Fix benchmark shutdown | Craig Tiller | 2016-10-17 |
| | | | |||
* | | | Merge branch 'direct-calls' into buffer_pools_for_realsies | Craig Tiller | 2016-10-10 |
|\| | | |||
| * | | Merge github.com:grpc/grpc into direct-calls | Craig Tiller | 2016-10-10 |
| |\ \ | |||
| | * \ | Merge pull request #8219 from markdroth/fail_fast | Mark D. Roth | 2016-10-07 |
| | |\ \ | | | | | | | | | | | Change C++ API to expose wait_for_ready instead of fail_fast. | ||
| | | | * | change default values flags | Yuxuan Li | 2016-10-06 |
| | | | | | |||
| | | | * | resolve out_of_range error from stoi function. | Yuxuan Li | 2016-10-06 |
| | | | | | |||
| | | | * | change flags type, name according to the comments. | Yuxuan Li | 2016-10-06 |
| | | | | | | | | | | | | | | | | | | | | change binary search stride from 1 to FLAGS_precision | ||
| | | | * | change binary search log info from GPR_INFO to GPR_DEBUG | Yuxuan Li | 2016-10-06 |
| | | | | | |||
| | | | * | clean up unnecessary new lines and logging. | Yuxuan Li | 2016-10-06 |
| | | | | | |||
| | | | * | clang-formated and latency_vs_load.cc is deleted as its functionality | Yuxuan Li | 2016-10-06 |
| | | | | | | | | | | | | | | | | | | | | has been merged into qps_json_driver. | ||
| | | | * | updated protobuf, merged latency_vs_load.cc(not deleted yet) and ↵ | Yuxuan Li | 2016-10-06 |
| | | | | | | | | | | | | | | | | | | | | qps_json_driver.cc | ||
| | | | * | initial merge of latency vs load to qps_json_driver.cc | Yuxuan Li | 2016-10-06 |
| | | | | |