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}) { ...@@ -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);
......
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