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

Unified Diff: scripts/slave/recipes/android/perf.py

Issue 2167113003: Reland of [Android] Enable platform mode for perf tests on Galaxy S5 (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 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 | scripts/slave/recipes/android/perf.expected/full_chromium_perf_Android_Galaxy_S5_Perf__1_.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipes/android/perf.py
diff --git a/scripts/slave/recipes/android/perf.py b/scripts/slave/recipes/android/perf.py
index ef37840fa73bf6bb5ec0d4038172d94b7e6343f0..11fcdbf01bcc11d7fdbd2b3e75b8d527c59467c2 100644
--- a/scripts/slave/recipes/android/perf.py
+++ b/scripts/slave/recipes/android/perf.py
@@ -67,7 +67,7 @@
testers = [
_CreateTestSpec('Android Galaxy S5 Perf', 'android-galaxy-s5',
required_apks=['ChromePublic.apk'], num_device_shards=7,
- num_host_shards=3, target_bits=32),
+ num_host_shards=3, target_bits=32, enable_platform_mode=True),
_CreateTestSpec('Android Nexus5 Perf', 'android-nexus5',
required_apks=['ChromePublic.apk'], num_device_shards=7,
num_host_shards=3, target_bits=32),
« no previous file with comments | « no previous file | scripts/slave/recipes/android/perf.expected/full_chromium_perf_Android_Galaxy_S5_Perf__1_.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698