You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@kudu.apache.org by "Grant Henke (Code Review)" <ge...@cloudera.org> on 2020/12/14 17:03:32 UTC

[kudu-CR] [benchmarks] Add single node YCSB testing scripts

Hello Kudu Jenkins, 

I'd like you to reexamine a change. Please visit

    http://gerrit.cloudera.org:8080/15851

to look at the new patch set (#2).

Change subject: [benchmarks] Add single node YCSB testing scripts
......................................................................

[benchmarks] Add single node YCSB testing scripts

This patch takes inspiration from the original scripts in
https://github.com/toddlipcon/kudu-ycsb-experiments
that were used for the ycsb blog post:
https://kudu.apache.org/2016/04/26/ycsb.html

I adjusted the benchmark scripts/matrix to be more flexible
and to support defining any YCSB parameter/workload in the
matrix itself. I added a workload configuration file that
matches the original blog posts configuration along with
one to start experimenting with more columns.

Follow on commits will add more utilities and workloads and
update the readme with more instructions/details.

Change-Id: Ib022e654e6c9367fff8fd38197d7e31abaa0e874
---
A src/kudu/benchmarks/ycsb/README.adoc
A src/kudu/benchmarks/ycsb/blog-2016-setup.yaml
A src/kudu/benchmarks/ycsb/columns-setup.yaml
A src/kudu/benchmarks/ycsb/parse_ycsb_log.py
A src/kudu/benchmarks/ycsb/requirements.txt
A src/kudu/benchmarks/ycsb/run_experiments.py
M src/kudu/scripts/parse_metrics_log.py
7 files changed, 683 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/51/15851/2
-- 
To view, visit http://gerrit.cloudera.org:8080/15851
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: Ib022e654e6c9367fff8fd38197d7e31abaa0e874
Gerrit-Change-Number: 15851
Gerrit-PatchSet: 2
Gerrit-Owner: Grant Henke <gr...@apache.org>
Gerrit-Reviewer: Kudu Jenkins (120)