Index: tools/perf/benchmarks/memory_pressure.py |
diff --git a/tools/perf/benchmarks/memory_pressure.py b/tools/perf/benchmarks/memory_pressure.py |
index cf33205ba0d350f4682ae251c4167af2db9a2dd3..e1e21812e1c98949abfd2d4a831bf8616ae81df3 100644 |
--- a/tools/perf/benchmarks/memory_pressure.py |
+++ b/tools/perf/benchmarks/memory_pressure.py |
@@ -2,11 +2,9 @@ |
# 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 measurements import memory_pressure |
-from telemetry import test |
- |
-@test.Disabled('android') |
class MemoryPressure(test.Test): |
test = memory_pressure.MemoryPressure |
page_set = 'page_sets/typical_25.py' |