Skip to content

Commit

Permalink
firefox: collect extra http info for profile runs (#4322)
Browse files Browse the repository at this point in the history
  • Loading branch information
soulgalore authored Nov 22, 2024
1 parent 37e14a1 commit 2a2d369
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/plugins/browsertime/analyzer.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ async function extraProfileRun(urls, options, scriptOrMultiple) {
if (options.enableProfileRun) {
if (options.browser === 'firefox') {
options.firefox.geckoProfiler = true;
options.firefox.collectMozLog = true;
} else if (options.browser === 'chrome') {
options.chrome.enableTraceScreenshots = true;
options.chrome.traceCategory = ['disabled-by-default-v8.cpu_profiler'];
Expand Down

0 comments on commit 2a2d369

Please sign in to comment.