Skip to content

Commit

Permalink
Disable the cpu/enableProfileRun check (#4408)
Browse files Browse the repository at this point in the history
soulgalore authored Jan 21, 2025
1 parent 006d455 commit cf66d8c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/cli/cli.js
Original file line number Diff line number Diff line change
@@ -97,9 +97,10 @@ function validateInput(argv) {
return 'Error: Getting CrUx data do not work running in multi mode.';
}

/*
if (argv.browsertime.cpu && argv.browsertime.enableProfileRun) {
return 'Error: Use either --cpu or --enableProfileRun. Profile run will run one extra iteration to collect cpu/trace data.';
}
}*/

if (
argv.urlAlias &&

0 comments on commit cf66d8c

Please sign in to comment.