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

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

Issue 1061133002: Adding Android to the test OSes for scrolling while zoomed in. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Adding Android to the list of targets for the smoothness.tough_scrolling_while_zoomed_in_cases. Created 5 years, 8 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 | no next file » | 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 eaa16f34bfc7e239d70dbf17150f86f070713e7d..d9b02b997b172e4fa180f1c2c722f80d53b6986c 100644
--- a/tools/perf/benchmarks/smoothness.py
+++ b/tools/perf/benchmarks/smoothness.py
@@ -236,7 +236,7 @@ class SmoothnessToughPinchZoomCases(benchmark.Benchmark):
return smoothness.Smoothness(enable_auto_issuing_marker=False)
-@benchmark.Enabled('chromeos')
+@benchmark.Enabled('android', 'chromeos')
class SmoothnessToughScrollingWhileZoomedInCases(benchmark.Benchmark):
"""Measures rendering statistics for pinch-zooming then diagonal scrolling"""
page_set = page_sets.ToughScrollingWhileZoomedInCasesPageSet
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698