Index: mojo/devtools/common/mojo_benchmark |
diff --git a/mojo/devtools/common/mojo_benchmark b/mojo/devtools/common/mojo_benchmark |
index 12a80d77b4d270df5145c22a5c44a687b574eaf0..9b2426877958e52a2b04d960f46f89ca5d1ac230 100755 |
--- a/mojo/devtools/common/mojo_benchmark |
+++ b/mojo/devtools/common/mojo_benchmark |
@@ -74,6 +74,7 @@ def _run_benchmark(shell, shell_args, name, app, duration_seconds, measurements, |
shell_args = list(shell_args) |
shell_args.append(_BENCHMARK_APP) |
+ shell_args.append('--force-offline-by-default') |
shell_args.append('--args-for=%s %s' % (_BENCHMARK_APP, |
' '.join(benchmark_args))) |