chore: update loadtest based on 0.5.0-rc.4

wsxiaoys-patch-2
Meng Zhang 2023-11-03 17:59:55 -07:00
parent 24f8d2c14e
commit a3123cd7d0
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ export const options = {
// Below thresholds are tested against TabbyML/StarCoder-1B served by NVIDIA T4 GPU.
thresholds: {
http_req_failed: ['rate<0.01'], // http errors should be less than 1%
http_req_duration: ["med<400", "avg<1500", "p(95)<3000"],
http_req_duration: ["med<2500", "avg<2200", "p(95)<2500"],
},
};