| OLD | NEW |
| 1 # Copyright 2014 The Chromium Authors. All rights reserved | 1 # Copyright 2014 The Chromium Authors. All rights reserved |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 builders = [ | 5 builders = [ |
| 6 { 'name': 'Perf-Mac-Clang-MacMini4.1-GPU-GeForce320M-x86_64-Release'}, | 6 { 'name': 'Perf-Mac-Clang-MacMini4.1-GPU-GeForce320M-x86_64-Release'}, |
| 7 { 'name': 'Perf-Mac-Clang-MacMini6.2-CPU-AVX-x86_64-Release'}, | 7 { 'name': 'Perf-Mac-Clang-MacMini6.2-CPU-AVX-x86_64-Release'}, |
| 8 { 'name': 'Perf-Mac-Clang-MacMini6.2-GPU-HD4000-x86_64-Release'}, | 8 { 'name': 'Perf-Mac-Clang-MacMini6.2-GPU-HD4000-x86_64-Release'}, |
| 9 { 'name': 'Perf-iOS-Clang-iPad4-GPU-SGX554-Arm7-Release'}, | 9 { 'name': 'Perf-iOS-Clang-iPad4-GPU-SGX554-Arm7-Release'}, |
| 10 { 'name': 'Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release'}, | 10 { 'name': 'Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release'}, |
| (...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 60 { 'name': 'Test-Win8-MSVC-ShuttleB-GPU-HD4600-x86_64-Release'}, | 60 { 'name': 'Test-Win8-MSVC-ShuttleB-GPU-HD4600-x86_64-Release'}, |
| 61 { 'name': 'Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs', | 61 { 'name': 'Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs', |
| 62 'recipe': 'skia/ct_skps' | 62 'recipe': 'skia/ct_skps' |
| 63 }, | 63 }, |
| 64 { 'name': 'Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs', | 64 { 'name': 'Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_IMG_DECODE_10k_SKPs', |
| 65 'recipe': 'skia/ct_skps' | 65 'recipe': 'skia/ct_skps' |
| 66 }, | 66 }, |
| 67 { 'name': 'Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-CT_BENCH_10k_SKPs', | 67 { 'name': 'Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-CT_BENCH_10k_SKPs', |
| 68 'recipe': 'skia/ct_skps' | 68 'recipe': 'skia/ct_skps' |
| 69 }, | 69 }, |
| 70 { 'name': 'Perf-Ubuntu-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_10k_SKPs', |
| 71 'recipe': 'skia/ct_skps' |
| 72 }, |
| 70 ] | 73 ] |
| OLD | NEW |