From d7433a534a92e94f7af65ac5f19dabf832460a43 Mon Sep 17 00:00:00 2001 From: Francesco Laurita Date: Sun, 5 Jun 2016 20:00:16 -0700 Subject: [PATCH] Missing profile added --- TestConfigTemplate.h | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/TestConfigTemplate.h b/TestConfigTemplate.h index 66d1449..3a9e53f 100644 --- a/TestConfigTemplate.h +++ b/TestConfigTemplate.h @@ -64,18 +64,30 @@ const TestConfig broadbandConfigDownload = { }; const TestConfig broadbandConfigUpload = { - 1000000, // start_size + 1000000, // start_size 70000000, // max_size - 250000, // inc_size - 65536, // buff_size - 20000, // min_test_time_ms + 250000, // inc_size + 65536, // buff_size + 20000, // min_test_time_ms 8, // concurrency }; const TestConfig fiberConfigDownload = { + 5000000, // start_size + 120000000, // max_size + 950000, // inc_size + 65536, // buff_size + 20000, // min_test_time_ms + 32, // concurrency }; const TestConfig fiberConfigUpload = { + 2000000, // start_size + 70000000, // max_size + 350000, // inc_size + 65536, // buff_size + 20000, // min_test_time_ms + 16, // concurrency }; #endif //SPEEDTEST_TESTCONFIGTEMPLATE_H