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

Unified Diff: tools/perf/benchmarks/thread_times.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 | « tools/perf/benchmarks/silk_flags.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/benchmarks/thread_times.py
diff --git a/tools/perf/benchmarks/thread_times.py b/tools/perf/benchmarks/thread_times.py
index 641ffebf76c9d41e7db06d882ba81d248c9a47af..c03706b431682722515d1419e913c2b799e1a16e 100644
--- a/tools/perf/benchmarks/thread_times.py
+++ b/tools/perf/benchmarks/thread_times.py
@@ -26,6 +26,9 @@ class _ThreadTimes(perf_benchmark.PerfBenchmark):
# Default to only reporting per-frame metrics.
return 'per_second' not in value.name
+ def SetExtraBrowserOptions(self, options):
+ silk_flags.CustomizeBrowserOptionsForThreadTimes(options)
+
def CreatePageTest(self, options):
return thread_times.ThreadTimes(options.report_silk_details)
@@ -84,6 +87,7 @@ class ThreadTimesCompositorCases(_ThreadTimes):
page_set = page_sets.ToughCompositorCasesPageSet
def SetExtraBrowserOptions(self, options):
+ super(ThreadTimesCompositorCases, self).SetExtraBrowserOptions(options)
silk_flags.CustomizeBrowserOptionsForSoftwareRasterization(options)
@classmethod
« no previous file with comments | « tools/perf/benchmarks/silk_flags.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698