-
- Downloads
finalized
Showing
- .env.template 2 additions, 1 deletion.env.template
- README.md 2 additions, 2 deletionsREADME.md
- __tests__/prompting.yaml 59 additions, 48 deletions__tests__/prompting.yaml
- __tests__/prompting_intrinsic.yaml 0 additions, 84 deletions__tests__/prompting_intrinsic.yaml
- helper.js 1 addition, 1 deletionhelper.js
- package.json 1 addition, 3 deletionspackage.json
- reports/.gitkeep 0 additions, 0 deletionsreports/.gitkeep
__tests__/prompting_intrinsic.yaml
deleted
100644 → 0
... | @@ -4,9 +4,7 @@ | ... | @@ -4,9 +4,7 @@ |
"description": "performance tests for RAGChat API", | "description": "performance tests for RAGChat API", | ||
"main": "server.js", | "main": "server.js", | ||
"scripts": { | "scripts": { | ||
"online": "artillery run -k --dotenv ./.env ./__tests__/prompting.yaml --record --key a9_7yTC5bnk1Lgl94FtpIQgepfXzfgw-ApL", | "start": "artillery run -k --dotenv ./.env ./__tests__/prompting.yaml --tags Cores:8,Host:Node045,Questions:RAG,Storage:SSD,DB:central,Artillery:Node044,OllamaParallel:8 --record" | ||
"start": "artillery run -k --dotenv ./.env ./__tests__/prompting.yaml --output ./reports/prompting.json ; artillery report --output ./reports/prompting.html ./reports/prompting.json", | |||
"intrinsic": "artillery run -k --dotenv ./.env ./__tests__/prompting_intrinsic.yaml --output ./reports/prompting_intrinsic.json ; artillery report --output ./reports/prompting_intrinsic.html ./reports/prompting_intrinsic.json" | |||
}, | }, | ||
"author": "", | "author": "", | ||
"license": "ISC", | "license": "ISC", | ||
... | ... |
reports/.gitkeep
deleted
100644 → 0
Please register or sign in to comment