Use larger files for large file transfer benchmark

This commit is contained in:
Jakob Borg 2015-05-08 14:59:37 +02:00
parent 5528b6c231
commit 24a348f6a8
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ func TestBenchmarkTransferManyFiles(t *testing.T) {
}
func TestBenchmarkTransferLargeFiles(t *testing.T) {
benchmarkTransfer(t, 200, 24)
benchmarkTransfer(t, 200, 28)
}
func benchmarkTransfer(t *testing.T, files, sizeExp int) {