mirror of
https://github.com/Steffo99/unimore-bda-6.git
synced 2024-11-22 07:54:19 +00:00
Perform runs one at a time
This commit is contained in:
parent
37b46ddbce
commit
89af03d758
1 changed files with 1 additions and 1 deletions
2
.vscode/launch.json
vendored
2
.vscode/launch.json
vendored
|
@ -39,7 +39,7 @@
|
||||||
"env": {
|
"env": {
|
||||||
"NLTK_DATA": "./data/nltk",
|
"NLTK_DATA": "./data/nltk",
|
||||||
"WORKING_SET_SIZE": "5000000",
|
"WORKING_SET_SIZE": "5000000",
|
||||||
"TARGET_RUNS": "10",
|
"TARGET_RUNS": "1",
|
||||||
"MAXIMUM_RUNS": "100",
|
"MAXIMUM_RUNS": "100",
|
||||||
},
|
},
|
||||||
"cwd": "${workspaceFolder}",
|
"cwd": "${workspaceFolder}",
|
||||||
|
|
Loading…
Reference in a new issue