Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / tools / perf / benchmarks / rasterize_and_record_micro.py
index e974f9b..0208107 100644 (file)
@@ -1,18 +1,16 @@
 # Copyright 2013 The Chromium Authors. All rights reserved.
 # Use of this source code is governed by a BSD-style license that can be
 # found in the LICENSE file.
-import sys
-
-from telemetry import test
 
 from measurements import rasterize_and_record_micro
+from telemetry import test
 
 
+@test.Disabled('android', 'linux')
 class RasterizeAndRecordMicroTop25(test.Test):
   """Measures rasterize and record performance on the top 25 web pages.
 
   http://www.chromium.org/developers/design-documents/rendering-benchmarks"""
-  enabled = not sys.platform.startswith('linux')
   test = rasterize_and_record_micro.RasterizeAndRecordMicro
   page_set = 'page_sets/top_25.json'