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

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

Issue 2035553002: [tools/perf] Remove smoothness.tough_scrolling_while_zoomed_in_cases benchmark (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Also remove tough_scrolling_while_zoomed_in_cases.py 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 | tools/perf/page_sets/tough_scrolling_while_zoomed_in_cases.py » ('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 69ce0b4ae2ace6546290d0fd7444bcbd99bc1b59..1463e5b4b528d8fa2c57d63f537a7ef91e4b6979 100644
--- a/tools/perf/benchmarks/smoothness.py
+++ b/tools/perf/benchmarks/smoothness.py
@@ -328,16 +328,6 @@ class SmoothnessGpuRasterizationToughPinchZoomCases(_Smoothness):
return cls.IsSvelte(possible_browser) # http://crbug.com/564008
-@benchmark.Enabled('android', 'chromeos')
-class SmoothnessToughScrollingWhileZoomedInCases(_Smoothness):
- """Measures rendering statistics for pinch-zooming then diagonal scrolling"""
- page_set = page_sets.ToughScrollingWhileZoomedInCasesPageSet
-
- @classmethod
- def Name(cls):
- return 'smoothness.tough_scrolling_while_zoomed_in_cases'
-
-
@benchmark.Enabled('android')
class SmoothnessGpuRasterizationPolymer(_Smoothness):
"""Measures rendering statistics for the Polymer cases with GPU rasterization.
« no previous file with comments | « no previous file | tools/perf/page_sets/tough_scrolling_while_zoomed_in_cases.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698