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

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

Issue 793983003: Rewrite broken Facebook test case in top_7_stress (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add top_7_stress.json instead of changing top_25.json Created 6 years 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 | « no previous file | tools/perf/page_sets/data/top_7_stress.json » ('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 d6c0ff36a8f32246df2acfe2e7a908c437dc39e7..6d644b225afb18405626b4827184cb5d08a7060a 100644
--- a/tools/perf/benchmarks/memory.py
+++ b/tools/perf/benchmarks/memory.py
@@ -13,7 +13,6 @@ class MemoryMobile(benchmark.Benchmark):
page_set = page_sets.MobileMemoryPageSet
-@benchmark.Disabled
class MemoryTop7Stress(benchmark.Benchmark):
test = memory.Memory
page_set = page_sets.Top7StressPageSet
« no previous file with comments | « no previous file | tools/perf/page_sets/data/top_7_stress.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698