| Index: tools/perf/benchmarks/memory_infra.py
|
| diff --git a/tools/perf/benchmarks/memory_infra.py b/tools/perf/benchmarks/memory_infra.py
|
| index e76c25fce019b8575ce2e59aff986f319960c5a2..565aea2355b07de1b0dbd9cba175359e0bf1196f 100644
|
| --- a/tools/perf/benchmarks/memory_infra.py
|
| +++ b/tools/perf/benchmarks/memory_infra.py
|
| @@ -79,7 +79,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."""
|
|
|