Skip to content

Commit

Permalink
add TTFB smoke test
Browse files Browse the repository at this point in the history
  • Loading branch information
brendankenny committed Sep 20, 2017
1 parent c780dfa commit 92ee62b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lighthouse-cli/test/smokehouse/perf/expectations.js
Expand Up @@ -32,6 +32,10 @@ module.exports = [
'consistently-interactive': {
score: '>=90',
},
'time-to-first-byte': {
// Can be flaky, so test float rawValue instead of boolean score
rawValue: '<1000',
},
},
},
];

0 comments on commit 92ee62b

Please sign in to comment.