Index: tools/perf/benchmarks/memory_pressure.py |
diff --git a/tools/perf/benchmarks/memory_pressure.py b/tools/perf/benchmarks/memory_pressure.py |
index 309f785b0587b96b9fa24ce1986774320c6339a5..808aaf9b661bdf2aa27797e31231542346599a3f 100644 |
--- a/tools/perf/benchmarks/memory_pressure.py |
+++ b/tools/perf/benchmarks/memory_pressure.py |
@@ -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.Disabled('android') # crbug.com/379561 |
+class MemoryPressure(benchmark.Benchmark): |
test = memory_pressure.MemoryPressure |
page_set = page_sets.Typical25PageSet |
options = {'pageset_repeat': 6} |