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

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: Address comments from perezju 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') | 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 bf214a3a41de03ba23759b32efbbfec4114d4ace..dc38dbb85fa7b1f19f79f5c302cf549938d89163 100644
--- a/tools/perf/benchmarks/memory.py
+++ b/tools/perf/benchmarks/memory.py
@@ -38,17 +38,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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698