UNPKG

k6-test-framework

Version:

Enterprise-grade load testing solution with k6

6 lines (5 loc) 131 B
// config/thresholds.js export const thresholds = { http_req_duration: ["p(95)<2000"], http_req_failed: ["rate<0.01"], };