Skip to content

Commit

Permalink
fix(condo): INFRA-158 workflow & thresholds adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
sitozzz committed Feb 2, 2024
1 parent f7d1b57 commit cc72a10
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/nodejs.condo.k6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,8 @@ on:
description: server url that will be used as target of load test
default: https://condo.d.doma.ai
workflow_run:
workflows: ["[review] Deploy"]
branches:
- 'master'
workflows:
- [review] Deploy
types:
- completed

Expand Down
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) < 1000'],
browser_http_req_duration: ['p(95) < 1500'],
http_req_duration: ['p(95)<2000'],
browser_web_vital_fcp: ['p(95) < 2000'],
browser_web_vital_lcp: ['p(95) < 4000'],
browser_web_vital_fcp: ['p(95) < 5000'],
browser_web_vital_lcp: ['p(95) < 10000'],
},
}

Expand Down

0 comments on commit cc72a10

Please sign in to comment.