Skip to content

Commit

Permalink
fix: remove TTI (alpha) from performance category (#2266)
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickhulce authored and paulirish committed May 16, 2017
1 parent 2212ca2 commit c908e81
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
8 changes: 1 addition & 7 deletions lighthouse-cli/test/smokehouse/perf/expectations.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,8 @@ module.exports = [
}
}
},
'time-to-interactive': {
'first-interactive': {
score: 100,
extendedInfo: {
value: {
timings: {},
timestamps: {}
}
}
}
}
},
Expand Down
1 change: 0 additions & 1 deletion lighthouse-core/config/default.js
Original file line number Diff line number Diff line change
Expand Up @@ -675,7 +675,6 @@ module.exports = {
{"id": "first-meaningful-paint", "weight": 5, "group": "perf-metric"},
{"id": "speed-index-metric", "weight": 1, "group": "perf-metric"},
{"id": "estimated-input-latency", "weight": 1, "group": "perf-metric"},
{"id": "time-to-interactive", "weight": 5, "group": "perf-metric"},
{"id": "first-interactive", "weight": 5, "group": "perf-metric"},
{"id": "consistently-interactive", "weight": 5, "group": "perf-metric"},
{"id": "link-blocking-first-paint", "weight": 0, "group": "perf-hint"},
Expand Down

0 comments on commit c908e81

Please sign in to comment.