Skip to content

Commit

Permalink
Bump file size threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
bartaz committed Jun 25, 2021
1 parent f7b193e commit 764cc41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/parker.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ function generateMetrics(file, metricsArray) {
{
name: 'Stylesheet size',
benchmark: 150000,
threshold: 290000,
threshold: 300000,
result: results['total-stylesheet-size'],
},
{
Expand All @@ -37,7 +37,7 @@ function generateMetrics(file, metricsArray) {
{
name: 'Identifiers per selectors',
benchmark: 1.75,
threshold: 2.6,
threshold: 2.7,
result: results['identifiers-per-selector'],
},
{
Expand Down

0 comments on commit 764cc41

Please sign in to comment.