Alexey Serbin has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/16445 )
Change subject: [tools] add --use-upsert option for 'perf loadgen' ...................................................................... [tools] add --use-upsert option for 'perf loadgen' With the newly introduced --use_upsert option, it's possible to run the loadgen tool against the same table many times, simulating update workloads. This patch also adds corresponding test scenario into the kudu-tool-test suite. In addition, I did a minor clean-up of the code in tool_action_perf.cc. Change-Id: I52aa9513d82aa4420bcf57dc7f535a3fc32df792 Reviewed-on: http://gerrit.cloudera.org:8080/16445 Reviewed-by: Bankim Bhavsar <ban...@cloudera.com> Tested-by: Alexey Serbin <aser...@cloudera.com> --- M src/kudu/tools/kudu-tool-test.cc M src/kudu/tools/tool_action_perf.cc 2 files changed, 74 insertions(+), 33 deletions(-) Approvals: Bankim Bhavsar: Looks good to me, approved Alexey Serbin: Verified -- To view, visit http://gerrit.cloudera.org:8080/16445 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I52aa9513d82aa4420bcf57dc7f535a3fc32df792 Gerrit-Change-Number: 16445 Gerrit-PatchSet: 5 Gerrit-Owner: Alexey Serbin <aser...@cloudera.com> Gerrit-Reviewer: Alexey Serbin <aser...@cloudera.com> Gerrit-Reviewer: Bankim Bhavsar <ban...@cloudera.com> Gerrit-Reviewer: Kudu Jenkins (120)