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

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

Issue 1773103002: Replace memory.long_running_idle_gmail with TBM based version. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move to memory-infra Created 4 years, 9 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 | « no previous file | tools/perf/benchmarks/memory_infra.py » ('j') | tools/perf/benchmarks/memory_infra.py » ('J')
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 bf214a3a41de03ba23759b32efbbfec4114d4ace..61386ea51219f70a7a9fe151b4ba9946542f2c3d 100644
--- a/tools/perf/benchmarks/memory.py
+++ b/tools/perf/benchmarks/memory.py
@@ -8,7 +8,6 @@ from measurements import memory
import page_sets
from telemetry import benchmark
-
perezju 2016/03/10 09:34:36 nit: I guess this blank line should stay there
ulan 2016/03/10 11:09:25 Done.
@benchmark.Disabled('all') # crbug.com/581147
class MemoryMobile(perf_benchmark.PerfBenchmark):
test = memory.Memory
@@ -38,17 +37,6 @@ class MemoryTop7Stress(perf_benchmark.PerfBenchmark):
return cls.IsSvelte(possible_browser) # http://crbug.com/555092
-class MemoryLongRunningIdleGmail(perf_benchmark.PerfBenchmark):
- """Use (recorded) real world web sites and measure memory consumption
- of long running idle Gmail page """
- test = memory.Memory
- page_set = page_sets.LongRunningIdleGmailPageSet
-
- @classmethod
- def Name(cls):
- return 'memory.long_running_idle_gmail'
-
-
@benchmark.Disabled('android') # crbug.com/542682
class MemoryLongRunningIdleGmailBackground(perf_benchmark.PerfBenchmark):
"""Use (recorded) real world web sites and measure memory consumption
« no previous file with comments | « no previous file | tools/perf/benchmarks/memory_infra.py » ('j') | tools/perf/benchmarks/memory_infra.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698