From 92fb7ce426ebe966630fbd0de62e59cee91a6e74 Mon Sep 17 00:00:00 2001 From: sullivan Date: Mon, 23 Feb 2015 10:20:41 -0800 Subject: Re-enable memory.top_7_stress test now that bug 455349 is fixed. BUG=459646 Review URL: https://codereview.chromium.org/940283007 Cr-Commit-Position: refs/heads/master@{#317606} --- tools/perf/benchmarks/memory.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/perf/benchmarks/memory.py b/tools/perf/benchmarks/memory.py index 244edad..a41d700 100644 --- a/tools/perf/benchmarks/memory.py +++ b/tools/perf/benchmarks/memory.py @@ -17,7 +17,6 @@ class MemoryMobile(benchmark.Benchmark): return 'memory.mobile_memory' -@benchmark.Disabled # http://crbug.com/459646 class MemoryTop7Stress(benchmark.Benchmark): """Use (recorded) real world web sites and measure memory consumption.""" test = memory.Memory -- cgit v1.1