1
Fork 0
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:
Steffo 2023-05-10 02:41:02 +02:00
parent 37b46ddbce
commit 89af03d758
Signed by: steffo
GPG key ID: 2A24051445686895

2
.vscode/launch.json vendored
View file

@ -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}",