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

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

Issue 2012573002: [tools/perf] Remove smoothness.fling.simple_mobile_sites (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 ba1e31f9db8ea20d00803e602252946e4d957566..b87100dba8b47dd946271e214e73cbdc7f8b1ffe 100644
--- a/tools/perf/benchmarks/smoothness.py
+++ b/tools/perf/benchmarks/smoothness.py
@@ -261,23 +261,6 @@ class SmoothnessSimpleMobilePages(_Smoothness):
@benchmark.Enabled('android')
-class SmoothnessFlingSimpleMobilePages(_Smoothness):
- """Measures rendering statistics for flinging a simple mobile sites page set.
- """
- page_set = page_sets.SimpleMobileSitesFlingPageSet
-
- def SetExtraBrowserOptions(self, options):
- # As the fling parameters cannot be analytically determined to not
- # overscroll, disable overscrolling explicitly. Overscroll behavior is
- # orthogonal to fling performance, and its activation is only more noise.
- options.AppendExtraBrowserArgs('--disable-overscroll-edge-effect')
-
- @classmethod
- def Name(cls):
- return 'smoothness.fling.simple_mobile_sites'
-
-
-@benchmark.Enabled('android')
class SmoothnessToughPinchZoomCases(_Smoothness):
"""Measures rendering statistics for pinch-zooming in the tough pinch zoom
cases.
« 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