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

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

Issue 2168313004: telemetry: Disable top sites in thread_times benchmarks. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | tools/perf/benchmarks/thread_times.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/benchmarks/silk_flags.py
diff --git a/tools/perf/benchmarks/silk_flags.py b/tools/perf/benchmarks/silk_flags.py
index 4b27dfdf03ea96e1887c3b6598db80353388ddac..080ed694370ed5b1bd24f36e700bc37dcae3f670 100644
--- a/tools/perf/benchmarks/silk_flags.py
+++ b/tools/perf/benchmarks/silk_flags.py
@@ -18,3 +18,8 @@ def CustomizeBrowserOptionsForGpuRasterization(options):
def CustomizeBrowserOptionsForSyncScrolling(options):
"""Enables flags needed for synchronous (main thread) scrolling."""
options.AppendExtraBrowserArgs('--disable-threaded-scrolling')
+
+def CustomizeBrowserOptionsForThreadTimes(options):
+ """Disables options known to cause noise in thread times"""
+ # Remove once crbug.com/621128 is fixed.
+ options.AppendExtraBrowserArgs('--disable-top-sites')
« no previous file with comments | « no previous file | tools/perf/benchmarks/thread_times.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698