Skip to content

Commit

Permalink
update plots-config to use newer quiet parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
brendankenny committed Oct 3, 2017
1 parent bc6783b commit d6d53a4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/configuration.md
Expand Up @@ -13,7 +13,7 @@ You can specify a custom config file when using Lighthouse through the CLI or co
module.exports = {
passes: [{
recordTrace: true,
pauseBeforeTraceEndMs: 5000,
pauseAfterLoadMs: 5000,
useThrottling: true,
gatherers: [],
}],
Expand Down
4 changes: 3 additions & 1 deletion lighthouse-core/config/plots-config.js
Expand Up @@ -8,7 +8,9 @@
module.exports = {
passes: [{
recordTrace: true,
pauseBeforeTraceEndMs: 5000,
pauseAfterLoadMs: 5250,
networkQuietThresholdMs: 5250,
cpuQuietThresholdMs: 5250,
useThrottling: true,
gatherers: [],
}],
Expand Down

0 comments on commit d6d53a4

Please sign in to comment.