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 af71431a79166f1bd78e588b3ccda9dbecbd6593..c7430d4b88d26eb52a34428c03dce8e9b07d4937 100644 |
--- a/scripts/slave/recipe_modules/chromium_tests/chromium_perf.py |
+++ b/scripts/slave/recipe_modules/chromium_tests/chromium_perf.py |
@@ -47,8 +47,7 @@ def _BaseSpec(bot_type, config_name, disable_tests, |
def BuildSpec(config_name, perf_id, platform, target_bits): |
if platform == 'android': |
- # TODO: Run sizes on Android. |
- tests = [] |
+ tests = [steps.ResourceSizesStep()] |
jbudorick
2016/08/15 15:37:43
I would prefer if you did this separately from the
agrieve
2016/09/02 18:23:18
Done.
|
else: |
tests = [steps.SizesStep('https://chromeperf.appspot.com', perf_id)] |