Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(21)

Unified Diff: tools/perf/benchmarks/memory.py

Issue 923133003: Marked most disabled benchmarks with the correct bugs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/perf/benchmarks/media.py ('k') | tools/perf/benchmarks/page_cycler.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/benchmarks/memory.py
diff --git a/tools/perf/benchmarks/memory.py b/tools/perf/benchmarks/memory.py
index 2f05fb28fd51b754c523ca4ab650846d564d4cae..301c8d017ffb51d066ead91ac5ae94d56c04ec09 100644
--- a/tools/perf/benchmarks/memory.py
+++ b/tools/perf/benchmarks/memory.py
@@ -17,7 +17,7 @@ class MemoryMobile(benchmark.Benchmark):
return 'memory.mobile_memory'
-@benchmark.Disabled
+@benchmark.Disabled # http://crbug.com/440305
class MemoryTop7Stress(benchmark.Benchmark):
"""Use (recorded) real world web sites and measure memory consumption."""
test = memory.Memory
« no previous file with comments | « tools/perf/benchmarks/media.py ('k') | tools/perf/benchmarks/page_cycler.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698