Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(55)

Unified Diff: tools/perf/benchmarks/system_health_smoke_test.py

Issue 2133093002: [system-health] Enable browser logging in the smoke test (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Use string literal Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698