Skip to content

Commit

Permalink
core(estimated-input-latency): remove target reference
Browse files Browse the repository at this point in the history
fixes #4061
  • Loading branch information
patrickhulce authored Dec 15, 2017
1 parent 5e23dbb commit b662efa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lighthouse-core/audits/estimated-input-latency.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ class EstimatedInputLatency extends Audit {
helpText: 'The score above is an estimate of how long your app takes to respond to user ' +
'input, in milliseconds. There is a 90% probability that a user encounters this amount ' +
'of latency, or less. 10% of the time a user can expect additional latency. If your ' +
'score is higher than Lighthouse\'s target score, users may perceive your app as ' +
'laggy. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/estimated-input-latency).',
'latency is higher than 50 ms, users may perceive your app as laggy. ' +
'[Learn more](https://developers.google.com/web/tools/lighthouse/audits/estimated-input-latency).',
scoringMode: Audit.SCORING_MODES.NUMERIC,
requiredArtifacts: ['traces'],
};
Expand Down

0 comments on commit b662efa

Please sign in to comment.