mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
Support for Flow OdooLocust
This commit is contained in:
@@ -36,6 +36,22 @@
|
|||||||
"args": [],
|
"args": [],
|
||||||
"console": "integratedTerminal"
|
"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",
|
"name": "Odoo: reload foreground server",
|
||||||
"type": "python",
|
"type": "python",
|
||||||
|
|||||||
Reference in New Issue
Block a user