mirror of
https://github.com/octoleo/syncthing.git
synced 2024-11-08 22:31:04 +00:00
Use larger files for large file transfer benchmark
This commit is contained in:
parent
5528b6c231
commit
24a348f6a8
@ -20,7 +20,7 @@ func TestBenchmarkTransferManyFiles(t *testing.T) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func TestBenchmarkTransferLargeFiles(t *testing.T) {
|
func TestBenchmarkTransferLargeFiles(t *testing.T) {
|
||||||
benchmarkTransfer(t, 200, 24)
|
benchmarkTransfer(t, 200, 28)
|
||||||
}
|
}
|
||||||
|
|
||||||
func benchmarkTransfer(t *testing.T, files, sizeExp int) {
|
func benchmarkTransfer(t *testing.T, files, sizeExp int) {
|
||||||
|
Loading…
Reference in New Issue
Block a user