Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: etcd-io/etcd
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: e3cf55dbced7af85bbf3cb6a2d783d4426caa239
Choose a base ref
..
head repository: etcd-io/etcd
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: c41fa9a04f4178d3da81a595ddc7208de7c60e40
Choose a head ref
Showing with 1 addition and 1 deletion.
  1. +1 −1 tools/rw-benchmark/README.md
2 changes: 1 addition & 1 deletion tools/rw-benchmark/README.md
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@ To get a mixed read/write performance evaluation result:
Note: the result csv file will be saved to current working directory. The working directory is where etcd database is saved. The working directory is designed for scenarios where a different mounted disk is preferred.

### Plot Graphs
To generate a HTML page (read and write) based on the benchmark result csv file:
To generate a HTML page including all the line charts based on the benchmark result csv files:
```sh
# To generate a HTML page with each chart including one pair of read & write
# benchmark results from one data csv file.