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

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

Issue 19915008: [telemetry] Rename Memory benchmark to avoid conflict with Memory measurement. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 5 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 | 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 6837b593cbb27bbf4bb5383e8a0e92cb2a33ba3d..d1caae3aaf7587910fdb78eb619ce867567140c4 100644
--- a/tools/perf/benchmarks/memory.py
+++ b/tools/perf/benchmarks/memory.py
@@ -6,7 +6,7 @@ from telemetry import test
from measurements import memory
-class Memory(test.Test):
+class MemoryTop25(test.Test):
tonyg 2013/07/23 21:33:44 This is a better name anyway
test = memory.Memory
page_set = 'page_sets/top_25.json'
« 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