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

Unified Diff: tools/perf/perf_tools/multipage_benchmark_runner.py

Issue 11273081: Adding a test for measuring memory usage. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Split out interactions. Created 8 years, 1 month 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
Index: tools/perf/perf_tools/multipage_benchmark_runner.py
diff --git a/tools/perf/perf_tools/multipage_benchmark_runner.py b/tools/perf/perf_tools/multipage_benchmark_runner.py
index 4d082c3571d3a80313a958175f8cd707221ea22c..1be0a02bc097c4c1cf03a652f9a27556f8daec55 100755
--- a/tools/perf/perf_tools/multipage_benchmark_runner.py
+++ b/tools/perf/perf_tools/multipage_benchmark_runner.py
@@ -16,6 +16,7 @@ from chrome_remote_control import page_set
import perf_tools.first_paint_time_benchmark
import perf_tools.jsgamebench
import perf_tools.kraken
+import perf_tools.memory_benchmark
import perf_tools.robohornetpro
import perf_tools.scrolling_benchmark
import perf_tools.skpicture_printer
@@ -29,6 +30,8 @@ _BENCHMARKS = {
perf_tools.jsgamebench.JsGameBench,
'kraken':
perf_tools.kraken.Kraken,
+ 'memory_benchmark':
+ perf_tools.memory_benchmark.MemoryBenchmark,
'robohornetpro':
perf_tools.robohornetpro.RobohornetPro,
'scrolling_benchmark':
« tools/perf/perf_tools/memory_benchmark.py ('K') | « tools/perf/perf_tools/memory_benchmark.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698