-
- Downloads
added .env usage
.env.template
0 → 100644
... | @@ -4,7 +4,7 @@ | ... | @@ -4,7 +4,7 @@ |
"description": "performance tests for RAGChat API", | "description": "performance tests for RAGChat API", | ||
"main": "server.js", | "main": "server.js", | ||
"scripts": { | "scripts": { | ||
"start": "artillery run -k ./__tests__/prompting.yaml --output ./reports/prompting.json ; artillery report --output ./reports/prompting.html ./reports/prompting.json" | "start": "artillery run -k --dotenv ./.env ./__tests__/prompting.yaml --output ./reports/prompting.json ; artillery report --output ./reports/prompting.html ./reports/prompting.json" | ||
}, | }, | ||
"author": "", | "author": "", | ||
"license": "ISC", | "license": "ISC", | ||
... | ... |
Please register or sign in to comment