Skip to content

Commit 3b13637

Browse files
authored
Merge pull request #110 from rotosonic/RefactorUploads
Refactor uploads test
2 parents 89429a0 + eaec788 commit 3b13637

File tree

5 files changed

+233
-184
lines changed

5 files changed

+233
-184
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "speed-testjs",
3-
"version": "1.0.29",
3+
"version": "1.0.30",
44
"description": "measure internet bandwidth",
55
"main": "index.js",
66
"author": "Maulan Byron",

public/examples/upload/uploadApp.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
var option;
3434
var startTestButton;
3535
var firstRun = true;
36-
var uploadSize = 10000;
37-
var uploadCurrentRuns = 1;
36+
var uploadSize = 75000;
37+
var uploadCurrentRuns = 4;
3838
var uploadTestTimeout = 12000;
3939
var uploadTestLength = 12000;
4040
var uploadMovingAverage = 18;

0 commit comments

Comments
 (0)