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

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

Issue 2003353002: perf: Remove smoothness.bidirectionally_scrolling_tough_ad_cases (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove bidi support too 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_ad_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 ba1e31f9db8ea20d00803e602252946e4d957566..1539dd699c5ec86bb05dfbc843e703b973c39bc4 100644
--- a/tools/perf/benchmarks/smoothness.py
+++ b/tools/perf/benchmarks/smoothness.py
@@ -514,21 +514,6 @@ class SmoothnessScrollingToughAdCases(_Smoothness):
return 'smoothness.scrolling_tough_ad_cases'
-@benchmark.Disabled('android-reference') # crbug.com/588786
-@benchmark.Disabled('mac', 'win') # crbug.com/522619 (mac/win)
-class SmoothnessBidirectionallyScrollingToughAdCases(_Smoothness):
- """Measures rendering statistics while scrolling advertisements."""
- page_set = page_sets.BidirectionallyScrollingToughAdCasesPageSet
-
- def SetExtraBrowserOptions(self, options):
- # Don't accidentally reload the page while scrolling.
- options.AppendExtraBrowserArgs('--disable-pull-to-refresh-effect')
-
- @classmethod
- def Name(cls):
- return 'smoothness.bidirectionally_scrolling_tough_ad_cases'
-
-
class SmoothnessToughWebGLAdCases(_Smoothness):
"""Measures rendering statistics while scrolling advertisements."""
page_set = page_sets.SyntheticToughWebglAdCasesPageSet
« no previous file with comments | « no previous file | tools/perf/page_sets/tough_ad_cases.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698