Chromium Code Reviews| 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 37c5e57ed811a441c66e9c63c7a974febad1f078..10b92ee542521b3b8c5d1d1c22370d746777df50 100644 |
| --- a/scripts/slave/recipe_modules/chromium_tests/chromium_perf_fyi.py |
| +++ b/scripts/slave/recipe_modules/chromium_tests/chromium_perf_fyi.py |
| @@ -95,3 +95,11 @@ _AddBotSpec( |
| parent_builder='Win Clang Builder', |
| perf_id='chromium-win-clang', |
| target_bits=32) |
| + |
| +_AddBotSpec( |
| + name='Mac Retina Perf', |
|
aiolos (Not reviewing)
2016/05/23 18:18:50
Should this be 'Mac Retina Power Perf' to match th
dtu
2016/05/25 21:25:33
Done.
|
| + platform='mac', |
| + parent_builder='Mac Builder', |
| + perf_id='mac-retina-fyi', |
| + target_bits=64, |
| + parent_master='chromium.perf') |