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

Unified Diff: scripts/slave/unittests/telemetry_test.py

Issue 15291003: Android / Telemetry: use android-chromium-testshell instead of content-shell. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build/
Patch Set: Created 7 years, 6 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 | « scripts/slave/telemetry.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/unittests/telemetry_test.py
===================================================================
--- scripts/slave/unittests/telemetry_test.py (revision 206973)
+++ scripts/slave/unittests/telemetry_test.py (working copy)
@@ -87,7 +87,7 @@
'"target_platform": "linux2", "target_os": "android", ' +
'"show_perf_results": true}\' ' +
'\'src/tools/perf/run_measurement\' \'-v\' ' +
- '\'--browser=android-content-shell\' \'sunspider\' ' +
+ '\'--browser=android-chromium-testshell\' \'sunspider\' ' +
'\'src/tools/perf/page_sets/sunspider.json\''
])
@@ -119,7 +119,7 @@
'"show_perf_results": true}\' ' +
'\'src/tools/perf/run_measurement\' \'-v\' ' +
'\'--page-repeat=20\' '+
- '\'--browser=android-content-shell\' \'sunspider\' ' +
+ '\'--browser=android-chromium-testshell\' \'sunspider\' ' +
'\'src/tools/perf/page_sets/sunspider.json\''
])
« no previous file with comments | « scripts/slave/telemetry.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698