Unverified Commit d0c87745 authored by Zachary Anderson's avatar Zachary Anderson Committed by GitHub

Fix microbenchmarks_impeller_ios (#110392)

parent 81e65592
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment