Updated Filer Benchmark (markdown)

Chris Lu 2020-07-12 15:28:02 -07:00
parent 68effab273
commit 13788a4295

@ -30,7 +30,7 @@ I forked YCSB to https://github.com/chrislusf/YCSB and added SeaweedFS.
To run SeaweedFS benchmark with YCSB, just checkout the repo, and run
```
./bin/ycsb load seaweedfs -p seaweed.filerHost=localhost -p seaweed.filerPort=8888 -p seaweed.folder=/ycsb \
./bin/ycsb load seaweedfs -p seaweed.filerHost=localhost -p seaweed.filerPort=8888 -p seaweed.folder=/ycsb \
-p fieldlength=10 -p fieldcount=20 -p recordcount=1000000 -p threadcount=4 -P workloads/workloada
```