Skip to content

Commit

Permalink
Less aggressive template
Browse files Browse the repository at this point in the history
  • Loading branch information
taganaka committed Sep 8, 2016
1 parent 6d92844 commit 9ff1314
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions TestConfigTemplate.h
Original file line number Diff line number Diff line change
Expand Up @@ -82,12 +82,12 @@ const TestConfig fiberConfigDownload = {
};

const TestConfig fiberConfigUpload = {
2000000, // start_size
70000000, // max_size
350000, // inc_size
65536, // buff_size
20000, // min_test_time_ms
16, // concurrency
1000000, // start_size
70000000, // max_size
250000, // inc_size
65536, // buff_size
20000, // min_test_time_ms
12, // concurrency
};

#endif //SPEEDTEST_TESTCONFIGTEMPLATE_H

0 comments on commit 9ff1314

Please sign in to comment.