aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/qps
Commit message (Collapse)AuthorAge
...
* | 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
| | | | |
| | | | * resolve out_of_range error from stoi function.Gravatar Yuxuan Li2016-10-06
| | | | |
| | | | * change flags type, name according to the comments.Gravatar Yuxuan Li2016-10-06
| | | | | | | | | | | | | | | | | | | | change binary search stride from 1 to FLAGS_precision
| | | | * change binary search log info from GPR_INFO to GPR_DEBUGGravatar Yuxuan Li2016-10-06
| | | | |
| | | | * clean up unnecessary new lines and logging.Gravatar Yuxuan Li2016-10-06
| | | | |
| | | | * clang-formated and latency_vs_load.cc is deleted as its functionalityGravatar Yuxuan Li2016-10-06
| | | | | | | | | | | | | | | | | | | | has been merged into qps_json_driver.
| | | | * updated protobuf, merged latency_vs_load.cc(not deleted yet) and ↵Gravatar Yuxuan Li2016-10-06
| | | | | | | | | | | | | | | | | | | | qps_json_driver.cc
| | | | * initial merge of latency vs load to qps_json_driver.ccGravatar Yuxuan Li2016-10-06
| | | | |
| | | | * batched changesGravatar Yuxuan Li2016-10-06
| | | | |
| | * | | Add missing deleteGravatar Craig Tiller2016-10-06
| | | |/ | | |/|
* | | | Complete reporting for failure ratesGravatar Craig Tiller2016-09-29
| | | |
* | | | Start to log errors from benchmarkGravatar Craig Tiller2016-09-29
| | | |