Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / tools / perf / benchmarks / memory_pressure.py
index 309f785..6fc3d41 100644 (file)
@@ -2,13 +2,13 @@
 # Use of this source code is governed by a BSD-style license that can be
 # found in the LICENSE file.
 
-from telemetry import test
+from telemetry import benchmark
 from measurements import memory_pressure
 import page_sets
 
 
-@test.Disabled('android')  # crbug.com/379561
-class MemoryPressure(test.Test):
+@benchmark.Enabled('has tabs')
+class MemoryPressure(benchmark.Benchmark):
   test = memory_pressure.MemoryPressure
   page_set = page_sets.Typical25PageSet
   options = {'pageset_repeat': 6}