UNPKG
k6-test-framework
Version:
latest (1.0.0)
1.0.0
Enterprise-grade load testing solution with k6
k6-test-framework
/
config
/
thresholds.js
6 lines
(5 loc)
•
131 B
JavaScript
View Raw
1
2
3
4
5
6
// config/thresholds.js
export
const
thresholds = { http_req_duration: [
"p(95)<2000"
], http_req_failed: [
"rate<0.01"
], };