Todd Lipcon has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/6696 )
Change subject: cache: add a benchmark ...................................................................... cache: add a benchmark In some workloads, the LRU cache is now a substantial bottleneck. This patch adds a simple benchmark we can use to measure improvements in cache performance under concurrency. Change-Id: I156d170c20913a17e4f94b40879409f4798023ab Reviewed-on: http://gerrit.cloudera.org:8080/6696 Reviewed-by: Adar Dembo <[email protected]> Tested-by: Kudu Jenkins --- M src/kudu/util/CMakeLists.txt A src/kudu/util/cache-bench.cc 2 files changed, 192 insertions(+), 0 deletions(-) Approvals: Adar Dembo: Looks good to me, approved Kudu Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/6696 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I156d170c20913a17e4f94b40879409f4798023ab Gerrit-Change-Number: 6696 Gerrit-PatchSet: 3 Gerrit-Owner: Todd Lipcon <[email protected]> Gerrit-Reviewer: Adar Dembo <[email protected]> Gerrit-Reviewer: David Ribeiro Alves <[email protected]> Gerrit-Reviewer: Jean-Daniel Cryans <[email protected]> Gerrit-Reviewer: Kudu Jenkins Gerrit-Reviewer: Todd Lipcon <[email protected]>
