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

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

Issue 999173006: Moving yahoo_sport into pathological pageset and adding sync scroll. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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/page_sets/data/pathological_mobile_sites.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/benchmarks/smoothness.py
diff --git a/tools/perf/benchmarks/smoothness.py b/tools/perf/benchmarks/smoothness.py
index c1c090b89088b9a0bd5d85265cfa08c2d6accc0a..9e3200c317ce900a0802d74279995af765a11aa0 100644
--- a/tools/perf/benchmarks/smoothness.py
+++ b/tools/perf/benchmarks/smoothness.py
@@ -265,3 +265,19 @@ class SmoothnessPathologicalMobileSites(benchmark.Benchmark):
@classmethod
def Name(cls):
return 'smoothness.pathological_mobile_sites'
+
+
+@benchmark.Enabled('android')
+class SmoothnessSyncScrollPathologicalMobileSites(benchmark.Benchmark):
+ """Measures task execution statistics while sync-scrolling pathological sites.
+ """
+ tag = 'sync_scroll'
+ test = smoothness.Smoothness
+ page_set = page_sets.PathologicalMobileSitesPageSet
+
+ def CustomizeBrowserOptions(self, options):
+ silk_flags.CustomizeBrowserOptionsForSyncScrolling(options)
+
+ @classmethod
+ def Name(cls):
+ return 'smoothness.sync_scroll.pathological_mobile_sites'
« no previous file with comments | « no previous file | tools/perf/page_sets/data/pathological_mobile_sites.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698