Skip to content

Commit

Permalink
Add a -storage option to the benchmark command
Browse files Browse the repository at this point in the history
  • Loading branch information
gilbertchen committed Jul 24, 2018
1 parent 798cec0 commit 89769f3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions duplicacy/duplicacy_main.go
Original file line number Diff line number Diff line change
Expand Up @@ -1939,6 +1939,11 @@ func main() {
Usage: "the number of download threads (default to 1)",
Argument: "<n>",
},
cli.StringFlag{
Name: "storage",
Usage: "run the download/upload test agaist the specified storage",
Argument: "<storage name>",
},
},
Usage: "Run a set of benchmarks to test download and upload speeds",
ArgsUsage: " ",
Expand Down

0 comments on commit 89769f3

Please sign in to comment.