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

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

Issue 1935493003: Revert of Port memory.long_running_idle_gmail benchmarks to TBMv2. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 7da9c50b3e0648485416ea6dc8320ad0cc46ca73..85350d78c309799bb0e373ce14997ee9a6a68537 100644
--- a/tools/perf/benchmarks/memory.py
+++ b/tools/perf/benchmarks/memory.py
@@ -37,3 +37,14 @@
def ShouldDisable(cls, possible_browser):
return cls.IsSvelte(possible_browser) # http://crbug.com/555092
+
+@benchmark.Disabled('android') # crbug.com/542682
+class MemoryLongRunningIdleGmailBackground(perf_benchmark.PerfBenchmark):
+ """Use (recorded) real world web sites and measure memory consumption
+ of long running idle Gmail page in background tab"""
+ test = memory.Memory
+ page_set = page_sets.LongRunningIdleGmailBackgroundPageSet
+
+ @classmethod
+ def Name(cls):
+ return 'memory.long_running_idle_gmail_background'
« 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