Fix microbenchmarks_impeller_ios (#110392)
This commit is contained in:
parent
81e655929f
commit
d0c8774508
@ -32,8 +32,8 @@ TaskFunction createMicrobenchmarkTask({bool enableImpeller = false}) {
|
|||||||
// --release doesn't work on iOS due to code signing issues
|
// --release doesn't work on iOS due to code signing issues
|
||||||
'--profile',
|
'--profile',
|
||||||
'--no-publish-port',
|
'--no-publish-port',
|
||||||
'-d',
|
|
||||||
if (enableImpeller) '--enable-impeller',
|
if (enableImpeller) '--enable-impeller',
|
||||||
|
'-d',
|
||||||
device.deviceId,
|
device.deviceId,
|
||||||
];
|
];
|
||||||
options.add(benchmarkPath);
|
options.add(benchmarkPath);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user