diff --git a/.vscode/launch.json b/.vscode/launch.json index 7b9bc22..fdd4c48 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -10,25 +10,18 @@ "request": "launch", "program": "/usr/local/bin/swarm", "console": "integratedTerminal", + "cwd": "/Users/lafp/git/performance/locust", "args": [ "-f", - "../pes/locust/mix.py", - "-t", - "360", - "-u", - "100", + "racing.py", "-L", "DEBUG", - // "-H", - // "http://example.com", - "--loadgens", - "2" ], "env": { - "LOCUST_RPS": "1", "LC_ALL": "en_US.UTF-8" }, - "justMyCode": false + "justMyCode": false, + "gevent": true } ] } \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json index 24c29d1..a34fddd 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,5 +1,4 @@ { - "python.pythonPath": "/usr/local/opt/python/bin/python3.7", "python.formatting.provider": "black", "files.exclude": { "**/env": true,