This is an automated email from the ASF dual-hosted git repository. alexey pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/kudu.git
commit 8297b52c29bcd3ef6e9ddc675ef4dd0707657977 Author: Alexey Serbin <[email protected]> AuthorDate: Mon Jul 27 16:15:07 2020 -0700 [benchmarks] add graphs for blocking_queue-test Generate graphs for the results of the exercised scenarios from blocking_queue-test. This is a follow-up to 23f67ae0d98735bd244ab9a4df2cced1a3f58ec5. Change-Id: I983274f488bc50bc7cc3d02f691e76e27795e05b Reviewed-on: http://gerrit.cloudera.org:8080/16243 Tested-by: Kudu Jenkins Reviewed-by: Grant Henke <[email protected]> --- src/kudu/scripts/benchmarks.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/kudu/scripts/benchmarks.sh b/src/kudu/scripts/benchmarks.sh index 95c43e0..ffb145e 100755 --- a/src/kudu/scripts/benchmarks.sh +++ b/src/kudu/scripts/benchmarks.sh @@ -577,6 +577,9 @@ load_stats_and_generate_plots() { load_and_generate_plot "${DENSE_NODE_ITEST}_num_threads%" dense-node-bench-threads load_and_generate_plot "${DENSE_NODE_ITEST}_num_bytes%" dense-node-bench-bytes + load_and_generate_plot "${BLOCKING_QUEUE_SYMMETRIC_TEST}%" blocking-queue-symmetric + load_and_generate_plot "${BLOCKING_QUEUE_NON_SYMMETRIC_TEST}%" blocking-queue-non-symmetric + # Generate all the pngs for all the mt-tablet tests for i in $(seq 0 $NUM_MT_TABLET_TESTS); do cat $LOGDIR/${MT_TABLET_TEST}.log | ./graph-metrics.py MultiThreadedTabletTest/$i > $OUTDIR/test$i.tsv
