Unverified Commit 88717b3c authored by Jim Graham's avatar Jim Graham Committed by GitHub

add missing forwards of local-engine-host in benchmark runners (#133517)

Some places where we are missing a forward of the `--local-engine-host` values in the benchmark code preventing local running of the benchmarks (does not affect CI usages which don't override local engine).
parent 42e2f4fb
......@@ -120,6 +120,7 @@ Future<void> main(List<String> rawArgs) async {
await runTasks(taskNames,
silent: silent,
localEngine: localEngine,
localEngineHost: localEngineHost,
localEngineSrcPath: localEngineSrcPath,
deviceId: deviceId,
exitOnFirstTestFailure: exitOnFirstTestFailure,
......@@ -177,6 +178,7 @@ Future<void> _runABTest({
taskName,
silent: silent,
localEngine: localEngine,
localEngineHost: localEngineHost,
localWebSdk: localWebSdk,
localEngineSrcPath: localEngineSrcPath,
deviceId: deviceId,
......
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