Disable --cpu for Firefox so we can investigate if all configs are right. (#2855)

And we don't add too much over head.
This commit is contained in:
Peter Hedenskog 2020-01-27 15:15:52 +01:00 committed by GitHub
parent cc2ebf1059
commit b854bac769
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 2 deletions

View File

@ -1531,9 +1531,12 @@ module.exports.parseCommandLine = function parseCommandLine() {
) {
set(argv, 'browsertime.chrome.collectLongTasks', true);
set(argv, 'browsertime.chrome.timeline', true);
} else if (argv.browsertime.browser === 'firefox') {
set(argv, 'browsertime.firefox.geckoProfiler', true);
}
// Enable when we know how much overhead it will add
/*
else if (argv.browsertime.browser === 'firefox') {
set(argv, 'browsertime.firefox.geckoProfiler', true);
}*/
}
// we missed to populate this to Browsertime in the cli