From 13788a42958ba68f440bd29995838696953b79fd Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Sun, 12 Jul 2020 15:28:02 -0700 Subject: [PATCH] Updated Filer Benchmark (markdown) --- Filer-Benchmark.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Filer-Benchmark.md b/Filer-Benchmark.md index eef5c36..6ce75f2 100644 --- a/Filer-Benchmark.md +++ b/Filer-Benchmark.md @@ -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 ```