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

Side by Side Diff: masters/master.client.skia/builders.cfg

Issue 2039213003: Add separate GPU BENCH builder for 10k SKPs (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build@master
Patch Set: Add test Created 4 years, 6 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 unified diff | Download patch
« no previous file with comments | « no previous file | masters/master.client.skia/slaves.cfg » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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 ]
OLDNEW
« no previous file with comments | « no previous file | masters/master.client.skia/slaves.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698