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

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

Issue 1995013002: Remove smoothness.gpu_rasterization.key_mobile_sites_smooth benchmark. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 | « 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 0891977f268e0c7e56e2b43088fd441fe71727ff..e7c52f7a9130ebbb278ae2653b10c6a45ae8060f 100644
--- a/tools/perf/benchmarks/smoothness.py
+++ b/tools/perf/benchmarks/smoothness.py
@@ -197,23 +197,6 @@ class SmoothnessGpuRasterizationTop25(_Smoothness):
possible_browser.platform.GetDeviceTypeName() == 'Nexus 5X')
-# crbug.com/589580 (This test should only be enabled on Android after fix.)
-@benchmark.Disabled('all')
-class SmoothnessGpuRasterizationKeyMobileSites(_Smoothness):
- """Measures rendering statistics for the key mobile sites with GPU
- rasterization.
- """
- tag = 'gpu_rasterization'
- page_set = page_sets.KeyMobileSitesSmoothPageSet
-
- def SetExtraBrowserOptions(self, options):
- silk_flags.CustomizeBrowserOptionsForGpuRasterization(options)
-
- @classmethod
- def Name(cls):
- return 'smoothness.gpu_rasterization.key_mobile_sites_smooth'
-
-
class SmoothnessGpuRasterizationToughPathRenderingCases(_Smoothness):
"""Tests a selection of pages with SVG and 2D canvas paths with GPU
rasterization.
« 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