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

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: Renamee 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..05f3e6aac240efe3601cdd885b005dba6ed971a9 100644
--- a/tools/perf/benchmarks/memory.py
+++ b/tools/perf/benchmarks/memory.py
@@ -6,11 +6,11 @@ from telemetry import test
from measurements import memory
-class Memory(test.Test):
+class MemoryTop25(test.Test):
test = memory.Memory
page_set = 'page_sets/top_25.json'
-class Reload(test.Test):
+class Reload2012Q3(test.Test):
test = memory.Memory
page_set = 'page_sets/2012Q3.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