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

Unified Diff: scripts/slave/recipe_modules/chromium_tests/chromium_perf.py

Issue 2322453003: Add Android resource_sizes to chromium_tests/chromium_perf
Patch Set: Created 4 years, 3 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/recipe_modules/chromium_tests/steps.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipe_modules/chromium_tests/chromium_perf.py
diff --git a/scripts/slave/recipe_modules/chromium_tests/chromium_perf.py b/scripts/slave/recipe_modules/chromium_tests/chromium_perf.py
index 355a41620756a0cc5652885eda9ae9a544c813ef..58e786ac561c4fc202ab44d7cb4f94885445b58b 100644
--- a/scripts/slave/recipe_modules/chromium_tests/chromium_perf.py
+++ b/scripts/slave/recipe_modules/chromium_tests/chromium_perf.py
@@ -59,8 +59,10 @@ def _BaseSpec(bot_type, config_name, platform, target_bits, tests):
def BuildSpec(config_name, perf_id, platform, target_bits):
if platform == 'android':
- # TODO: Run sizes on Android.
- tests = []
+ tests = [
+ steps.ResourceSizesStep('chrome_public_apk', 'ChromePublic.apk'),
+ steps.ResourceSizesStep('system_webview_apk', 'SystemWebView.apk'),
+ ]
else:
tests = [steps.SizesStep('https://chromeperf.appspot.com', perf_id)]
« no previous file with comments | « no previous file | scripts/slave/recipe_modules/chromium_tests/steps.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698