From e3cf55dbced7af85bbf3cb6a2d783d4426caa239 Mon Sep 17 00:00:00 2001 From: Benjamin Wang Date: Mon, 2 Jan 2023 12:06:18 +0800 Subject: [PATCH] added more details on the line chart of the rw-benchmark Signed-off-by: Benjamin Wang --- tools/rw-benchmark/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tools/rw-benchmark/README.md b/tools/rw-benchmark/README.md index 977fb8df3bed..fa417f6ee269 100644 --- a/tools/rw-benchmark/README.md +++ b/tools/rw-benchmark/README.md @@ -25,3 +25,7 @@ To generate a HTML page (read and write) based on the benchmark result csv file: # benchmark results from two data csv files respectively. ./rw-benchmark -l "main:dev" ${FIRST_CSV_FILE} ${SECOND_CSV_FILE} ``` + +The read QPS is displayed as blue, and write QPS is displayed as red. +The data in the second CSV file is rendered as dashed line if present. See example in [example/rw_benchmark.html](example/rw_benchmark.html). +Note each line in the line chart can be hidden or displayed by clicking on the related legend.