1
0
mirror of https://github.com/gilbertchen/duplicacy synced 2025-12-06 00:03:38 +00:00

Add a -storage option to the benchmark command

This commit is contained in:
Gilbert Chen
2018-07-23 22:54:56 -04:00
parent 798cec0714
commit 89769f3906

View File

@@ -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: " ",