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).
This commit is contained in:
parent
42e2f4fb3e
commit
88717b3c65
@ -120,6 +120,7 @@ Future<void> main(List<String> rawArgs) async {
|
|||||||
await runTasks(taskNames,
|
await runTasks(taskNames,
|
||||||
silent: silent,
|
silent: silent,
|
||||||
localEngine: localEngine,
|
localEngine: localEngine,
|
||||||
|
localEngineHost: localEngineHost,
|
||||||
localEngineSrcPath: localEngineSrcPath,
|
localEngineSrcPath: localEngineSrcPath,
|
||||||
deviceId: deviceId,
|
deviceId: deviceId,
|
||||||
exitOnFirstTestFailure: exitOnFirstTestFailure,
|
exitOnFirstTestFailure: exitOnFirstTestFailure,
|
||||||
@ -177,6 +178,7 @@ Future<void> _runABTest({
|
|||||||
taskName,
|
taskName,
|
||||||
silent: silent,
|
silent: silent,
|
||||||
localEngine: localEngine,
|
localEngine: localEngine,
|
||||||
|
localEngineHost: localEngineHost,
|
||||||
localWebSdk: localWebSdk,
|
localWebSdk: localWebSdk,
|
||||||
localEngineSrcPath: localEngineSrcPath,
|
localEngineSrcPath: localEngineSrcPath,
|
||||||
deviceId: deviceId,
|
deviceId: deviceId,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user