Skip to content

Commit

Permalink
Extension popup: enable throttling
Browse files Browse the repository at this point in the history
  • Loading branch information
addyosmani committed Feb 25, 2017
1 parent 004a801 commit 326f7e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lighthouse-extension/app/src/popup.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ function onGenerateReportButtonClick(background, selectedAggregations) {

background.runLighthouseInExtension({
flags: {
disableCpuThrottling: true
disableCpuThrottling: false
},
restoreCleanState: true
}, selectedAggregations).catch(err => {
Expand Down

0 comments on commit 326f7e2

Please sign in to comment.