this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Lower iterations of larger download tests

+3 -3
+3 -3
cli.js
··· 234 234 const testDown2 = await measureDownload(1001000, 8); 235 235 logSpeedTestResult('1MB', testDown2); 236 236 237 - const testDown3 = await measureDownload(10001000, 5); 237 + const testDown3 = await measureDownload(10001000, 6); 238 238 logSpeedTestResult('10MB', testDown3); 239 239 240 - const testDown4 = await measureDownload(25001000, 5); 240 + const testDown4 = await measureDownload(25001000, 4); 241 241 logSpeedTestResult('25MB', testDown4); 242 242 243 - const testDown5 = await measureDownload(100001000, 5); 243 + const testDown5 = await measureDownload(100001000, 1); 244 244 logSpeedTestResult('100MB', testDown5); 245 245 246 246 const downloadTests = [