mirror of
https://github.com/jkl1337/duplicacy.git
synced 2026-01-02 11:44:45 -06:00
Add a -storage option to the benchmark command
This commit is contained in:
@@ -1939,6 +1939,11 @@ func main() {
|
|||||||
Usage: "the number of download threads (default to 1)",
|
Usage: "the number of download threads (default to 1)",
|
||||||
Argument: "<n>",
|
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",
|
Usage: "Run a set of benchmarks to test download and upload speeds",
|
||||||
ArgsUsage: " ",
|
ArgsUsage: " ",
|
||||||
|
|||||||
Reference in New Issue
Block a user