You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fmt.Sprintf("number of samples:\t%d", b.numSamples),
@@ -163,6 +165,7 @@ func parseFlags() {
163
165
flag.IntVar(&opts.numSamples, "samples", 8000, "number of samples to report")
164
166
flag.IntVar(&opts.numWorkers, "workers", 16, "number of concurrent workers")
165
167
flag.StringVar((*string)(&opts.api), "api", string(mixedAPIs), "api used to upload/download objects; JSON or XML values will use JSON to uplaod and XML to download")
168
+
flag.StringVar((*string)(&opts.integrity), "integrity", string(randomIC), "integrity check performed on uploads; crc32c, md5, none, or random (default) to randomly choose which to check on each upload")
166
169
167
170
objectRange:=flag.String("object_size", fmt.Sprint(1024*kib), "object size in bytes")
0 commit comments