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/measurements/memory.py

Issue 632013002: [Telemetry] Replace RunStressMemorey with RunPageInteraction (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 6 years, 2 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 | « tools/perf/benchmarks/memory.py ('k') | tools/perf/page_sets/mobile_memory.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/measurements/memory.py
diff --git a/tools/perf/measurements/memory.py b/tools/perf/measurements/memory.py
index 5c9d35c735fa19142a15201b71d2eff6d09aaa66..a9cfb8d601154de1a98bf53a19abd94b956ad0bc 100644
--- a/tools/perf/measurements/memory.py
+++ b/tools/perf/measurements/memory.py
@@ -8,7 +8,7 @@ from telemetry.page import page_test
class Memory(page_test.PageTest):
def __init__(self):
- super(Memory, self).__init__('RunStressMemory')
+ super(Memory, self).__init__('RunPageInteractions')
chrishenry 2014/10/09 16:30:03 Eh, can we not name it RunPageInteractions? This s
self._memory_metric = None
self._power_metric = None
« no previous file with comments | « tools/perf/benchmarks/memory.py ('k') | tools/perf/page_sets/mobile_memory.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698