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 897c622b422f255c798baed04ff33be2ca8f0823..84f5922d3617a0bff4823f4900ac160b9bce60db 100644 |
--- a/tools/perf/benchmarks/system_health_smoke_test.py |
+++ b/tools/perf/benchmarks/system_health_smoke_test.py |
@@ -116,6 +116,8 @@ 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' |
return options |