Skip to content

Commit

Permalink
added more details on the line chart of the rw-benchmark
Browse files Browse the repository at this point in the history
Signed-off-by: Benjamin Wang <wachao@vmware.com>
  • Loading branch information
ahrtr committed Jan 2, 2023
1 parent d2ec177 commit e3cf55d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tools/rw-benchmark/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <span style="color:blue">blue</span>, and write QPS is displayed as <span style="color:red">red</span>.
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.

0 comments on commit e3cf55d

Please sign in to comment.