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

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

Issue 279853002: Re-enable key silk case benchmarks on Android (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased. Created 6 years, 7 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/rasterize_and_record_micro.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/smoothness.py
diff --git a/tools/perf/benchmarks/smoothness.py b/tools/perf/benchmarks/smoothness.py
index 292ed604ac2e359a661baa4b9d72eb97948aa863..341efa4862e472b1a26de3175abedb6351232e02 100644
--- a/tools/perf/benchmarks/smoothness.py
+++ b/tools/perf/benchmarks/smoothness.py
@@ -46,7 +46,6 @@ class SmoothnessToughAnimationCases(test.Test):
page_set = 'page_sets/tough_animation_cases.py'
-@test.Disabled('android') # crbug.com/355952
class SmoothnessKeySilkCases(test.Test):
"""Measures rendering statistics for the key silk cases without GPU
rasterization
@@ -55,7 +54,6 @@ class SmoothnessKeySilkCases(test.Test):
page_set = 'page_sets/key_silk_cases.py'
-@test.Disabled('android') # crbug.com/355952
class SmoothnessFastPathKeySilkCases(test.Test):
"""Measures rendering statistics for the key silk cases without GPU
rasterization using bleeding edge rendering fast paths.
@@ -90,7 +88,6 @@ class SmoothnessGpuRasterizationKeyMobileSites(test.Test):
silk_flags.CustomizeBrowserOptionsForGpuRasterization(options)
-@test.Disabled('android') # crbug.com/355952
class SmoothnessGpuRasterizationKeySilkCases(test.Test):
"""Measures rendering statistics for the key silk cases with GPU rasterization
"""
@@ -101,7 +98,6 @@ class SmoothnessGpuRasterizationKeySilkCases(test.Test):
silk_flags.CustomizeBrowserOptionsForGpuRasterization(options)
-@test.Disabled('android') # crbug.com/355952
class SmoothnessFastPathGpuRasterizationKeySilkCases(
SmoothnessGpuRasterizationKeySilkCases):
"""Measures rendering statistics for the key silk cases with GPU rasterization
« no previous file with comments | « tools/perf/benchmarks/rasterize_and_record_micro.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698