Fix microbenchmarks_impeller_ios (#110392)

This commit is contained in:
Zachary Anderson 2022-08-26 21:21:12 -07:00 committed by GitHub
parent 81e655929f
commit d0c8774508
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,8 +32,8 @@ TaskFunction createMicrobenchmarkTask({bool enableImpeller = false}) {
// --release doesn't work on iOS due to code signing issues
'--profile',
'--no-publish-port',
'-d',
if (enableImpeller) '--enable-impeller',
'-d',
device.deviceId,
];
options.add(benchmarkPath);