Skip to content

Commit

Permalink
Added support for various download modes and a tool to test them.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Buck committed Jan 14, 2019
1 parent 47593d4 commit 0f7c432
Show file tree
Hide file tree
Showing 8 changed files with 1,656 additions and 1,141 deletions.
14 changes: 14 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,20 @@
"${workspaceFolder}/dist/**/*.js"
]
},
{
"type": "node",
"request": "launch",
"name": "Launch Benchmarks",
"program": "${workspaceFolder}\\dist\\benchmark.js",
"preLaunchTask": "tsc: build - tsconfig.json",
"sourceMaps": true,
"env": {
"DEBUG": "*"
},
"outFiles": [
"${workspaceFolder}/dist/**/*.js"
]
},
{
"type": "node",
"request": "launch",
Expand Down
Loading

0 comments on commit 0f7c432

Please sign in to comment.