| Index: tools/perf/benchmarks/memory_infra.py
|
| diff --git a/tools/perf/benchmarks/memory_infra.py b/tools/perf/benchmarks/memory_infra.py
|
| index ad907381129952e0730f6af341d18ccea8094f23..95b09f87f7f4f2bfbacd6afaa3985a31991d4754 100644
|
| --- a/tools/perf/benchmarks/memory_infra.py
|
| +++ b/tools/perf/benchmarks/memory_infra.py
|
| @@ -68,7 +68,7 @@ class MemoryHealthPlan(_MemoryInfra):
|
|
|
| # TODO(bashi): Workaround for http://crbug.com/532075
|
| # @benchmark.Enabled('android') shouldn't be needed.
|
| -@benchmark.Enabled('android')
|
| +# @benchmark.Enabled('android')
|
| class RendererMemoryBlinkMemoryMobile(_MemoryInfra):
|
| """Timeline based benchmark for measuring memory consumption on mobile
|
| sites on which blink's memory consumption is relatively high."""
|
|
|