mirror of
https://github.com/Steffo99/unimore-bda-6.git
synced 2024-11-21 23:44:19 +00:00
Add full run launch config
This commit is contained in:
parent
0dfcc775f8
commit
bd754ac8ba
1 changed files with 15 additions and 1 deletions
16
.vscode/launch.json
vendored
16
.vscode/launch.json
vendored
|
@ -5,7 +5,7 @@
|
||||||
"version": "0.2.0",
|
"version": "0.2.0",
|
||||||
"configurations": [
|
"configurations": [
|
||||||
{
|
{
|
||||||
"name": "Python: unimore_bda_6",
|
"name": "Test run",
|
||||||
"type": "python",
|
"type": "python",
|
||||||
"request": "launch",
|
"request": "launch",
|
||||||
"module": "unimore_bda_6",
|
"module": "unimore_bda_6",
|
||||||
|
@ -14,6 +14,20 @@
|
||||||
"NLTK_DATA": "./data/nltk",
|
"NLTK_DATA": "./data/nltk",
|
||||||
},
|
},
|
||||||
"cwd": "${workspaceFolder}",
|
"cwd": "${workspaceFolder}",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Full run",
|
||||||
|
"type": "python",
|
||||||
|
"request": "launch",
|
||||||
|
"module": "unimore_bda_6",
|
||||||
|
"justMyCode": false,
|
||||||
|
"env": {
|
||||||
|
"NLTK_DATA": "./data/nltk",
|
||||||
|
"WORKING_SET_SIZE": "30000000",
|
||||||
|
"TARGET_RUNS": "10",
|
||||||
|
"MAXIMUM_RUNS": "100",
|
||||||
|
},
|
||||||
|
"cwd": "${workspaceFolder}",
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue