Skip to content

Commit e403819

Browse files
committed
fix: correct threshold value for stylesheet size metric
1 parent 728da8a commit e403819

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/parker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ function generateMetrics(file, metricsArray) {
1212
{
1313
name: 'Stylesheet size',
1414
benchmark: 150000,
15-
threshold: 554323,
15+
threshold: 554327,
1616
result: results['total-stylesheet-size'],
1717
},
1818
{

0 commit comments

Comments
 (0)