Skip to content

Commit

Permalink
Missing profile added
Browse files Browse the repository at this point in the history
  • Loading branch information
taganaka committed Jun 6, 2016
1 parent aa290c9 commit d7433a5
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions TestConfigTemplate.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit d7433a5

Please sign in to comment.