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

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

Issue 1224443002: Turn down RasterizeAndRecordMicroTop25WithSlimmingPaint (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/rasterize_and_record_micro.py
diff --git a/tools/perf/benchmarks/rasterize_and_record_micro.py b/tools/perf/benchmarks/rasterize_and_record_micro.py
index c5736c948fe119f9446b8e1efc84bae4536fda9f..9df3b4087d7801b7876a39813fbd2f00de0ecd8d 100644
--- a/tools/perf/benchmarks/rasterize_and_record_micro.py
+++ b/tools/perf/benchmarks/rasterize_and_record_micro.py
@@ -56,25 +56,6 @@ class RasterizeAndRecordMicroTop25(_RasterizeAndRecordMicro):
return 'rasterize_and_record_micro.top_25_smooth'
-# RasterizeAndRecord disabled on mac because of crbug.com/350684.
-# RasterizeAndRecord disabled on windows because of crbug.com/338057.
-# Slimming paint version disabled on android because of crbug.com/472590.
-@benchmark.Disabled('mac', 'win', 'android')
-@benchmark.Disabled('reference')
-class RasterizeAndRecordMicroTop25WithSlimmingPaint(_RasterizeAndRecordMicro):
- """Measures rasterize and record performance with --enable-slimming-paint.
-
- http://www.chromium.org/developers/design-documents/rendering-benchmarks"""
- page_set = page_sets.Top25PageSet
-
- def SetExtraBrowserOptions(self, options):
- options.AppendExtraBrowserArgs(['--enable-slimming-paint'])
-
- @classmethod
- def Name(cls):
- return 'rasterize_and_record_micro.top_25_slimming_paint_smooth'
-
-
@benchmark.Disabled('mac', 'win')
class RasterizeAndRecordMicroKeyMobileSites(_RasterizeAndRecordMicro):
"""Measures rasterize and record performance on the key mobile sites.
« 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