Disable the cpu/enableProfileRun check (#4408)
This commit is contained in:
parent
006d455c11
commit
cf66d8c2e5
|
|
@ -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 &&
|
||||
|
|
|
|||
Loading…
Reference in New Issue