Browse Source
Merge pull request #1084 from song-zhang/fix-benchmark-usage
fix benchmark cmd usage info
pull/1092/head
Chris Lu
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
weed/command/benchmark.go
|
@ -69,7 +69,7 @@ func init() { |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
var cmdBenchmark = &Command{ |
|
|
var cmdBenchmark = &Command{ |
|
|
UsageLine: "benchmark -server=localhost:9333 -c=10 -n=100000", |
|
|
|
|
|
|
|
|
UsageLine: "benchmark -master=localhost:9333 -c=10 -n=100000", |
|
|
Short: "benchmark on writing millions of files and read out", |
|
|
Short: "benchmark on writing millions of files and read out", |
|
|
Long: `benchmark on an empty SeaweedFS file system. |
|
|
Long: `benchmark on an empty SeaweedFS file system. |
|
|
|
|
|
|
|
|