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

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

Issue 1217083012: Turn down SmoothnessKeyMobileSitesWithSlimmingPaint (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 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 c461f12feac53d81dcf7dc31d3be02e996f42f0f..58c62d2806da503e0ed456c247b1c29fc193bf28 100644
--- a/tools/perf/benchmarks/smoothness.py
+++ b/tools/perf/benchmarks/smoothness.py
@@ -113,23 +113,6 @@ class SmoothnessKeyMobileSites(perf_benchmark.PerfBenchmark):
return 'smoothness.key_mobile_sites_smooth'
-@benchmark.Disabled('mac', 'win', 'android')
-class SmoothnessKeyMobileSitesWithSlimmingPaint(perf_benchmark.PerfBenchmark):
- """Measures smoothness on key mobile sites with --enable-slimming-paint.
-
- http://www.chromium.org/developers/design-documents/rendering-benchmarks
- """
- test = smoothness.Smoothness
- page_set = page_sets.KeyMobileSitesSmoothPageSet
-
- def SetExtraBrowserOptions(self, options):
- options.AppendExtraBrowserArgs(['--enable-slimming-paint'])
-
- @classmethod
- def Name(cls):
- return 'smoothness.key_mobile_sites_with_slimming_paint_smooth'
-
-
class SmoothnessToughAnimationCases(perf_benchmark.PerfBenchmark):
test = smoothness.SmoothnessWithRestart
page_set = page_sets.ToughAnimationCasesPageSet
« 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