| Index: scripts/slave/recipe_modules/chromium_tests/chromium_perf_fyi.py
|
| diff --git a/scripts/slave/recipe_modules/chromium_tests/chromium_perf_fyi.py b/scripts/slave/recipe_modules/chromium_tests/chromium_perf_fyi.py
|
| index 5395eb9c52dbf8af104cc41ea46560b265dcd516..c584b8611fea868ba14b1b8810154a33740e8593 100644
|
| --- a/scripts/slave/recipe_modules/chromium_tests/chromium_perf_fyi.py
|
| +++ b/scripts/slave/recipe_modules/chromium_tests/chromium_perf_fyi.py
|
| @@ -43,6 +43,10 @@ def _AddTestSpec(name, perf_id, platform,
|
| SPEC['builders'][name] = spec
|
|
|
|
|
| +_AddTestSpec('Android Galaxy S5 Perf (1)', 'fyi-android-galaxy-s5', 'android',
|
| + target_bits=32)
|
| +
|
| +
|
| _AddTestSpec('Win 7 Intel GPU Perf (Xeon)', 'chromium-rel-win7-gpu-intel',
|
| 'win')
|
| _AddTestSpec('Win Power High-DPI Perf', 'win-power-high-dpi', 'win')
|
|
|