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

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

Issue 820433003: Enable smoothness.tough_pinch_zoom_cases on Chrome OS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@powermonitor
Patch Set: Add test Created 6 years 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
Index: tools/perf/benchmarks/smoothness.py
diff --git a/tools/perf/benchmarks/smoothness.py b/tools/perf/benchmarks/smoothness.py
index 5ce3e51c78746d8565faf0c28985f1b705dbb017..3b64b14d92231efad4d9ef169c93dec2e9179ced 100644
--- a/tools/perf/benchmarks/smoothness.py
+++ b/tools/perf/benchmarks/smoothness.py
@@ -103,7 +103,7 @@ class SmoothnessSimpleMobilePages(benchmark.Benchmark):
test = smoothness.Smoothness
page_set = page_sets.SimpleMobileSitesPageSet
-@benchmark.Enabled('android')
+@benchmark.Enabled('android', 'chromeos')
class SmoothnessToughPinchZoomCases(benchmark.Benchmark):
"""Measures rendering statistics for pinch-zooming into the tough pinch zoom
cases
@@ -157,4 +157,3 @@ class SmoothnessGpuImageDecodingCases(benchmark.Benchmark):
silk_flags.CustomizeBrowserOptionsForGpuRasterization(options)
# TODO: Remove the following line once M41 goes stable
options.AppendExtraBrowserArgs('--enable-accelerated-jpeg-decoding')
-
« no previous file with comments | « no previous file | tools/telemetry/telemetry/decorators.py » ('j') | tools/telemetry/telemetry/decorators_unittest.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698