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

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

Issue 2203303002: [system-health] Re-enable non-verbose logging in System Health memory benchmarks (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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
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
« tools/perf/benchmarks/system_health.py ('K') | « tools/perf/benchmarks/system_health.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698