Skip to content

Commit

Permalink
chore(condo): INFRA-158 http browser tresholds (#4355)
Browse files Browse the repository at this point in the history
  • Loading branch information
sitozzz authored Feb 6, 2024
1 parent 5ebb43b commit 06a33e9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apps/condo/k6/src/ticket.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@ export const options = {
},
thresholds: {
http_req_failed: ['rate<0.01'],
browser_http_req_duration: ['p(95) < 1500'],
browser_http_req_duration: ['p(95) < 3000'],
http_req_duration: ['p(95)<2000'],
browser_web_vital_fcp: ['p(95) < 5000'],
browser_web_vital_lcp: ['p(95) < 10000'],
browser_web_vital_fcp: ['p(95) < 8000'],
browser_web_vital_lcp: ['p(95) < 15000'],
},
}

Expand Down

0 comments on commit 06a33e9

Please sign in to comment.