aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/qps
Commit message (Collapse)AuthorAge
* handle empty string for qps workers in driver and dont quit them on netperfGravatar Alex Polcyn2016-12-06
|
* Fix test name conflict in import. Also use low-thread-count variant for asan.Gravatar Mark D. Roth2016-12-05
|
* PR comments #2Gravatar David Garcia Quintas2016-11-30
|
* PR commentsGravatar David Garcia Quintas2016-11-30
|
* Merge branch 'master' of github.com:grpc/grpc into json_localhost_carnageGravatar David Garcia Quintas2016-11-29
|\
* | PR commentsGravatar David Garcia Quintas2016-11-29
| |
| * Merge pull request #8868 from markdroth/fixit_qpsGravatar Mark D. Roth2016-11-29
| |\ | | | | | | Improve subproccess cleanup in json_run_localhost.
| * | Take into account all the configsGravatar Craig Tiller2016-11-29
| | |
| | * Improve logging.Gravatar Mark D. Roth2016-11-29
| | |
* | | Propagate termination signals to subprocessesGravatar David Garcia Quintas2016-11-28
| | |
| * | Limit outstanding rpc count for synchronous {client,server} tsan testsGravatar Craig Tiller2016-11-28
|/ /
* | Make a better educated guess about CPU costs of a benchmarkGravatar Craig Tiller2016-11-28
| |
* | Make a better educated guess about CPU costs of a benchmarkGravatar Craig Tiller2016-11-28
| |
| * Add debug logging for process termination state.Gravatar Mark D. Roth2016-11-28
|/
* Merge pull request #8638 from vjpai/conformGravatar Vijay Pai2016-11-10
|\ | | | | Improve C++11 conformance
* \ Merge pull request #8313 from lyuxuan/cpu_usage2Gravatar lyuxuan2016-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_sliceGravatar Craig Tiller2016-11-08
|\ \ \
| | | * Merge branch 'master' into conformGravatar Vijay Pai2016-11-07
| | | |\ | | |_|/ | |/| |
| | * | fixing overrideGravatar Yuxuan Li2016-11-07
| | | |
| | * | Merge branch 'master' into cpu_usage2Gravatar Yuxuan Li2016-11-07
| | |\ \ | | |/ / | |/| |
| * | | Increase test timeoutsGravatar Craig Tiller2016-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-formatGravatar Vijay Pai2016-11-04
| | | |
* | | | Merge github.com:grpc/grpc into grpc_sliceGravatar Craig Tiller2016-11-04
|\| | |
| | | * Remove a namespace and start using a lambda for a small functionGravatar Vijay Pai2016-11-04
| | | |
| | | * Cleanup unneeded namespaceGravatar Vijay Pai2016-11-04
| | | |
| | | * clang-formatGravatar Vijay Pai2016-11-04
| | | |
| | | * Eliminate unnecessary uses of new[]/delete[] that can be replacedGravatar Vijay Pai2016-11-04
| | |/ | |/| | | | | | | | | | | | | with vector Also start eliminating uses of plain-old delete that are not helpful
| * | Regenerate all projectsGravatar Vijay Pai2016-11-01
| | |
| * | clang-formatGravatar Vijay Pai2016-11-01
| | |
| * | Use C++11 final and overrideGravatar Vijay Pai2016-11-01
| | |
| | * fixing conflicts with new upstream masterGravatar Yuxuan Li2016-10-28
| | |\ | | |/ | |/|
| | * clang-format for recently changed files. merged upstream masterGravatar Yuxuan Li2016-10-28
| | |
| | * Merge branch 'master' into cpu_usage2Gravatar Yuxuan Li2016-10-28
| | |\
* | | | Merge github.com:grpc/grpc into grpc_sliceGravatar Craig Tiller2016-10-28
|\| | |
| * | | Handle failed calls in sync clientGravatar Craig Tiller2016-10-27
| | | |
* | | | s/gpr_slice/grpc_slice, and move around tests, implsGravatar Craig Tiller2016-10-26
|/ / /
| * | fix logging problemGravatar Yuxuan Li2016-10-26
| | |
| * | minor fix for usage_timer.ccGravatar Yuxuan Li2016-10-25
| | |
| * | Change flag precision to flag stride, better description.Gravatar Yuxuan Li2016-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_realsiesGravatar Craig Tiller2016-10-20
|\ \ \ | | |/ | |/|
* | | clang-formatGravatar Craig Tiller2016-10-18
| | |
| * | Minor cleanup - remove an unneeded header, mark a class final, explicitly ↵Gravatar Vijay Pai2016-10-18
| | | | | | | | | | | | specify parent class
* | | BufferPool --> ResourceQuotaGravatar Craig Tiller2016-10-17
| | |
* | | Merge branch 'direct-calls' into buffer_pools_for_realsiesGravatar Craig Tiller2016-10-17
|\| |
| * | DelambdaifyGravatar Craig Tiller2016-10-17
| | |
| * | Fix benchmark shutdownGravatar Craig Tiller2016-10-17
| | |
* | | Merge branch 'direct-calls' into buffer_pools_for_realsiesGravatar Craig Tiller2016-10-10
|\| |
| * | Merge github.com:grpc/grpc into direct-callsGravatar Craig Tiller2016-10-10
| |\ \
| | * \ Merge pull request #8219 from markdroth/fail_fastGravatar Mark D. Roth2016-10-07
| | |\ \ | | | | | | | | | | Change C++ API to expose wait_for_ready instead of fail_fast.
| | | | * change default values flagsGravatar Yuxuan Li2016-10-06
| | | | |