Skip to content

Commit

Permalink
Fix Linux benchmark settings
Browse files Browse the repository at this point in the history
  • Loading branch information
jbcrail authored Oct 3, 2016
1 parent 1a3699b commit 1c1e576
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/benchmarks.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,13 +203,13 @@ def bench_download_50_1gb(adl, lpath, rpath, config):
},
'bench_download_1_50gb': {
'nthreads': 16,
'buffersize': 8 * 2**20,
'blocksize': .4 * 2**20
'buffersize': 4 * 2**20,
'blocksize': 4 * 2**20
},
'bench_download_50_1gb': {
'nthreads': 16,
'buffersize': 8 * 2**20,
'blocksize': 8 * 2**20
'buffersize': 4 * 2**20,
'blocksize': 4 * 2**20
}
}

Expand Down

0 comments on commit 1c1e576

Please sign in to comment.