Merge branch 'master' into master

This commit is contained in:
gilbertchen
2019-01-04 13:48:44 -05:00
committed by GitHub
4 changed files with 23 additions and 5 deletions

View File

@@ -1307,7 +1307,7 @@ func benchmark(context *cli.Context) {
if storage == nil {
return
}
duplicacy.Benchmark(repository, storage, int64(fileSize)*1000000, chunkSize*1024*1024, chunkCount, uploadThreads, downloadThreads)
duplicacy.Benchmark(repository, storage, int64(fileSize) * 1024 * 1024, chunkSize * 1024 * 1024, chunkCount, uploadThreads, downloadThreads)
}
func main() {