Index: tools/perf/benchmarks/system_health_smoke_test.py |
diff --git a/tools/perf/benchmarks/system_health_smoke_test.py b/tools/perf/benchmarks/system_health_smoke_test.py |
index c79dfdc8e8b630ecd5a89fbd3c7a8cc3dc9f4028..6306538f88e83d36e1c2070fdf566bf3ec63423a 100644 |
--- a/tools/perf/benchmarks/system_health_smoke_test.py |
+++ b/tools/perf/benchmarks/system_health_smoke_test.py |
@@ -106,8 +106,6 @@ def GenerateBenchmarkOptions(benchmark_class): |
# Only measure a single story so that this test cycles reasonably quickly. |
options.pageset_repeat = 1 |
options.page_repeat = 1 |
- # Enable browser logging in the smoke test only (crbug.com/625172). |
- options.logging_verbosity = 'non-verbose' |
nednguyen
2016/08/03 12:31:13
Why remove the log here? These are convenient for
petrcermak
2016/08/03 13:05:35
No need to do it here when SetExtraBrowserOptions
nednguyen
2016/08/03 13:13:26
I see.
|
return options |