Disable the cpu/enableProfileRun check (#4408)

This commit is contained in:
Peter Hedenskog 2025-01-21 08:53:11 +01:00 committed by GitHub
parent 006d455c11
commit cf66d8c2e5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -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 &&