Performance testing implemented
CI Pipeline / test (18) (pull_request) Failing after 49s
CI Pipeline / test (20) (pull_request) Failing after 53s
CI Pipeline / e2e (chromium) (pull_request) Failing after 21m9s
CI Pipeline / e2e (firefox) (pull_request) Failing after 25m13s
CI Pipeline / visual-regression (pull_request) Failing after 7m9s
CI Pipeline / performance (pull_request) Failing after 2m1s
CI Pipeline / storybook (pull_request) Failing after 1m32s
CI Pipeline / lint (pull_request) Failing after 44s
CI Pipeline / build (pull_request) Failing after 1m43s
CI Pipeline / e2e (webkit) (pull_request) Failing after 23m14s
CI Pipeline / test (18) (pull_request) Failing after 49s
CI Pipeline / test (20) (pull_request) Failing after 53s
CI Pipeline / e2e (chromium) (pull_request) Failing after 21m9s
CI Pipeline / e2e (firefox) (pull_request) Failing after 25m13s
CI Pipeline / visual-regression (pull_request) Failing after 7m9s
CI Pipeline / performance (pull_request) Failing after 2m1s
CI Pipeline / storybook (pull_request) Failing after 1m32s
CI Pipeline / lint (pull_request) Failing after 44s
CI Pipeline / build (pull_request) Failing after 1m43s
CI Pipeline / e2e (webkit) (pull_request) Failing after 23m14s
This commit is contained in:
@@ -0,0 +1,186 @@
|
||||
{
|
||||
"performance": {
|
||||
"budgets": [
|
||||
{
|
||||
"path": "/*",
|
||||
"timings": [
|
||||
{
|
||||
"metric": "first-contentful-paint",
|
||||
"budget": 2000
|
||||
},
|
||||
{
|
||||
"metric": "largest-contentful-paint",
|
||||
"budget": 2500
|
||||
},
|
||||
{
|
||||
"metric": "first-meaningful-paint",
|
||||
"budget": 2000
|
||||
},
|
||||
{
|
||||
"metric": "speed-index",
|
||||
"budget": 3000
|
||||
},
|
||||
{
|
||||
"metric": "interactive",
|
||||
"budget": 3000
|
||||
},
|
||||
{
|
||||
"metric": "total-blocking-time",
|
||||
"budget": 300
|
||||
},
|
||||
{
|
||||
"metric": "cumulative-layout-shift",
|
||||
"budget": 0.1
|
||||
},
|
||||
{
|
||||
"metric": "max-potential-fid",
|
||||
"budget": 130
|
||||
}
|
||||
],
|
||||
"resourceSizes": [
|
||||
{
|
||||
"resourceType": "script",
|
||||
"budget": 300
|
||||
},
|
||||
{
|
||||
"resourceType": "total",
|
||||
"budget": 500
|
||||
},
|
||||
{
|
||||
"resourceType": "image",
|
||||
"budget": 100
|
||||
},
|
||||
{
|
||||
"resourceType": "stylesheet",
|
||||
"budget": 50
|
||||
},
|
||||
{
|
||||
"resourceType": "font",
|
||||
"budget": 50
|
||||
}
|
||||
],
|
||||
"resourceCounts": [
|
||||
{
|
||||
"resourceType": "script",
|
||||
"budget": 10
|
||||
},
|
||||
{
|
||||
"resourceType": "total",
|
||||
"budget": 50
|
||||
},
|
||||
{
|
||||
"resourceType": "image",
|
||||
"budget": 20
|
||||
},
|
||||
{
|
||||
"resourceType": "stylesheet",
|
||||
"budget": 5
|
||||
},
|
||||
{
|
||||
"resourceType": "font",
|
||||
"budget": 5
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"timing": {
|
||||
"budgets": [
|
||||
{
|
||||
"path": "/*",
|
||||
"timings": [
|
||||
{
|
||||
"metric": "first-contentful-paint",
|
||||
"budget": 2000
|
||||
},
|
||||
{
|
||||
"metric": "largest-contentful-paint",
|
||||
"budget": 2500
|
||||
},
|
||||
{
|
||||
"metric": "first-meaningful-paint",
|
||||
"budget": 2000
|
||||
},
|
||||
{
|
||||
"metric": "speed-index",
|
||||
"budget": 3000
|
||||
},
|
||||
{
|
||||
"metric": "interactive",
|
||||
"budget": 3000
|
||||
},
|
||||
{
|
||||
"metric": "total-blocking-time",
|
||||
"budget": 300
|
||||
},
|
||||
{
|
||||
"metric": "cumulative-layout-shift",
|
||||
"budget": 0.1
|
||||
},
|
||||
{
|
||||
"metric": "max-potential-fid",
|
||||
"budget": 130
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"resourceSizes": {
|
||||
"budgets": [
|
||||
{
|
||||
"path": "/*",
|
||||
"resourceSizes": [
|
||||
{
|
||||
"resourceType": "script",
|
||||
"budget": 300
|
||||
},
|
||||
{
|
||||
"resourceType": "total",
|
||||
"budget": 500
|
||||
},
|
||||
{
|
||||
"resourceType": "image",
|
||||
"budget": 100
|
||||
},
|
||||
{
|
||||
"resourceType": "stylesheet",
|
||||
"budget": 50
|
||||
},
|
||||
{
|
||||
"resourceType": "font",
|
||||
"budget": 50
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"resourceCounts": {
|
||||
"budgets": [
|
||||
{
|
||||
"path": "/*",
|
||||
"resourceCounts": [
|
||||
{
|
||||
"resourceType": "script",
|
||||
"budget": 10
|
||||
},
|
||||
{
|
||||
"resourceType": "total",
|
||||
"budget": 50
|
||||
},
|
||||
{
|
||||
"resourceType": "image",
|
||||
"budget": 20
|
||||
},
|
||||
{
|
||||
"resourceType": "stylesheet",
|
||||
"budget": 5
|
||||
},
|
||||
{
|
||||
"resourceType": "font",
|
||||
"budget": 5
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user