Skip to content

Commit

Permalink
Add ms units to the TTI included in reports
Browse files Browse the repository at this point in the history
  • Loading branch information
addyosmani committed Nov 16, 2016
1 parent 696c11b commit f5ba306
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lighthouse-core/audits/time-to-interactive.js
Expand Up @@ -29,7 +29,7 @@ class TTIMetric extends Audit {
category: 'Performance',
name: 'time-to-interactive',
description: 'Time To Interactive (alpha)',
optimalValue: SCORING_TARGET.toLocaleString(),
optimalValue: SCORING_TARGET.toLocaleString() + 'ms',
requiredArtifacts: ['traceContents']
};
}
Expand Down

0 comments on commit f5ba306

Please sign in to comment.