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

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

Issue 400873002: Telemetry: Add simple mobile page-set with smoothness/thread-times. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 6 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/smoothness.py ('k') | tools/perf/page_sets/data/simple_mobile_sites.json » ('j') | 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 db165cae590e581a5a000a7cb39c70181d44be8e..055f1fbd6d020aeec760326fb8db3083656b0b38 100644
--- a/tools/perf/benchmarks/thread_times.py
+++ b/tools/perf/benchmarks/thread_times.py
@@ -43,6 +43,12 @@ class ThreadTimesFastPathMobileSites(benchmark.Benchmark):
page_set = page_sets.KeyMobileSitesPageSet
options = {'page_label_filter' : 'fastpath'}
+class ThreadTimesSimpleMobileSites(benchmark.Benchmark):
+ """Measures timeline metric using smoothness action on simple mobile sites
+ http://www.chromium.org/developers/design-documents/rendering-benchmarks"""
+ test = thread_times.ThreadTimes
+ page_set = page_sets.SimpleMobileSitesPageSet
+
class ThreadTimesCompositorCases(benchmark.Benchmark):
"""Measures timeline metrics while performing smoothness action on
« no previous file with comments | « tools/perf/benchmarks/smoothness.py ('k') | tools/perf/page_sets/data/simple_mobile_sites.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698