From 89769f39067370f0b3500ec462df9341953737e3 Mon Sep 17 00:00:00 2001 From: Gilbert Chen Date: Mon, 23 Jul 2018 22:54:56 -0400 Subject: [PATCH] Add a -storage option to the benchmark command --- duplicacy/duplicacy_main.go | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/duplicacy/duplicacy_main.go b/duplicacy/duplicacy_main.go index e0201693..442c73ab 100644 --- a/duplicacy/duplicacy_main.go +++ b/duplicacy/duplicacy_main.go @@ -1939,6 +1939,11 @@ func main() { Usage: "the number of download threads (default to 1)", Argument: "", }, + cli.StringFlag{ + Name: "storage", + Usage: "run the download/upload test agaist the specified storage", + Argument: "", + }, }, Usage: "Run a set of benchmarks to test download and upload speeds", ArgsUsage: " ",