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

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

Issue 11314012: Add spaceport benchmark to Chrome Remote Control. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Don't display warning if all urls in page set are file urls Created 8 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
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 db7861c262e8d70967860b7d7af69fa6e035e1b4..11dbc545af1fbfe42f02209f137371d6eb0d9df5 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.scrolling_benchmark
import perf_tools.skpicture_printer
+import perf_tools.spaceport
import perf_tools.texture_upload_benchmark
# TODO(tonyg/nduca): Discover benchmarks automagically.
@@ -26,6 +27,8 @@ _BENCHMARKS = {
perf_tools.scrolling_benchmark.ScrollingBenchmark,
'skpicture_printer':
perf_tools.skpicture_printer.SkPicturePrinter,
+ 'spaceport':
+ perf_tools.spaceport.Spaceport,
'texture_upload_benchmark':
perf_tools.texture_upload_benchmark.TextureUploadBenchmark
}

Powered by Google App Engine
This is Rietveld 408576698