Skip to content

Commit

Permalink
Merge pull request #110 from rotosonic/RefactorUploads
Browse files Browse the repository at this point in the history
Refactor uploads test
  • Loading branch information
rotosonic authored Mar 21, 2018
2 parents 89429a0 + eaec788 commit 3b13637
Show file tree
Hide file tree
Showing 5 changed files with 233 additions and 184 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "speed-testjs",
"version": "1.0.29",
"version": "1.0.30",
"description": "measure internet bandwidth",
"main": "index.js",
"author": "Maulan Byron",
Expand Down
4 changes: 2 additions & 2 deletions public/examples/upload/uploadApp.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
var option;
var startTestButton;
var firstRun = true;
var uploadSize = 10000;
var uploadCurrentRuns = 1;
var uploadSize = 75000;
var uploadCurrentRuns = 4;
var uploadTestTimeout = 12000;
var uploadTestLength = 12000;
var uploadMovingAverage = 18;
Expand Down
Loading

0 comments on commit 3b13637

Please sign in to comment.