Skip to content

Commit acbb2b6

Browse files
committed
🔧 chore(lighthouse): increase performance threshold to 0.8
Raise the minimum acceptable score for performance tests from 0.7 to 0.8 to maintain higher quality standards in our application performance.
1 parent 3afb204 commit acbb2b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lighthouserc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
},
2525
"assert": {
2626
"assertions": {
27-
"categories:performance": ["error", { "minScore": 0.7 }],
27+
"categories:performance": ["error", { "minScore": 0.8 }],
2828
"categories:accessibility": ["error", { "minScore": 0.9 }],
2929
"categories:best-practices": ["error", { "minScore": 0.9 }],
3030
"categories:seo": ["error", { "minScore": 0.9 }],

0 commit comments

Comments
 (0)