Will Berkeley has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/12613 )
Change subject: KUDU-2711 (part 1): add a benchmark for GetTableLocations ...................................................................... KUDU-2711 (part 1): add a benchmark for GetTableLocations This adds a simple benchmark which spawns a bunch of threads which hammer GetTableLocations in a loop. Upon completion, it dumps out a histogram. Change-Id: Ic1643638d82b7697d20ea960592c8b70c30ac7bd Reviewed-on: http://gerrit.cloudera.org:8080/12613 Reviewed-by: Adar Dembo <[email protected]> Tested-by: Will Berkeley <[email protected]> --- M src/kudu/integration-tests/CMakeLists.txt M src/kudu/integration-tests/linked_list-test-util.h M src/kudu/integration-tests/table_locations-itest.cc M src/kudu/rpc/rpc-bench.cc M src/kudu/util/hdr_histogram.cc M src/kudu/util/hdr_histogram.h 6 files changed, 113 insertions(+), 28 deletions(-) Approvals: Adar Dembo: Looks good to me, approved Will Berkeley: Verified -- To view, visit http://gerrit.cloudera.org:8080/12613 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: Ic1643638d82b7697d20ea960592c8b70c30ac7bd Gerrit-Change-Number: 12613 Gerrit-PatchSet: 4 Gerrit-Owner: Todd Lipcon <[email protected]> Gerrit-Reviewer: Adar Dembo <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120) Gerrit-Reviewer: Tidy Bot (241) Gerrit-Reviewer: Todd Lipcon <[email protected]> Gerrit-Reviewer: Will Berkeley <[email protected]>
