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

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

Issue 810333004: [Telemetry] Disable memory.top_7_stress. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | no next file » | 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 6d644b225afb18405626b4827184cb5d08a7060a..d6c0ff36a8f32246df2acfe2e7a908c437dc39e7 100644
--- a/tools/perf/benchmarks/memory.py
+++ b/tools/perf/benchmarks/memory.py
@@ -13,6 +13,7 @@ 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 | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698