Support for Flow OdooLocust

This commit is contained in:
Jared Kipe
2022-09-11 02:52:37 +00:00
parent 4ff4a681a2
commit f7f8097e98

View File

@@ -76,6 +76,22 @@
"args": [],
"console": "integratedTerminal"
},
{
"name": "Odoo: Locust Load Testing",
"type": "python",
"request": "launch",
"program": "/flow/odoo/Locust/entrypoint.py",
"args": [
// -f /path/to/locustfiles.py
// -d more-specific-db
"--user", "admin",
"--pass", "admin",
"--host", "localhost",
"--port", "8069",
"--proto", "jsonrpc"
],
"console": "integratedTerminal"
},
{
"name": "Odoo: reload foreground server",
"type": "python",