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

Side by Side Diff: masters/master.chromium.perf.fyi/slaves.cfg

Issue 1423993007: CT Perf recipe to run benchmarks on the top 1k sites using swarming (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build@master
Patch Set: Address feedback Created 5 years, 1 month 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
OLDNEW
1 # -*- python -*- 1 # -*- python -*-
2 # ex: set syntax=python: 2 # ex: set syntax=python:
3 3
4 # Copyright 2014 The Chromium Authors. All rights reserved. 4 # Copyright 2014 The Chromium Authors. All rights reserved.
5 # Use of this source code is governed by a BSD-style license that can be 5 # Use of this source code is governed by a BSD-style license that can be
6 # found in the LICENSE file. 6 # found in the LICENSE file.
7 7
8 # See master.experimental/slaves.cfg for documentation. 8 # See master.experimental/slaves.cfg for documentation.
9 9
10 slaves = [ 10 slaves = [
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
113 'bits': '64', 113 'bits': '64',
114 }, 114 },
115 { 115 {
116 'master': 'ChromiumPerfFyi', 116 'master': 'ChromiumPerfFyi',
117 'hostname': 'vm7-m1', 117 'hostname': 'vm7-m1',
118 'builder': 'Win Large Profile Generator Perf', 118 'builder': 'Win Large Profile Generator Perf',
119 'os': 'win', 119 'os': 'win',
120 'version': 'win7', 120 'version': 'win7',
121 'bits': '64', 121 'bits': '64',
122 }, 122 },
123 {
124 'master': 'ChromiumPerfFyi',
125 'hostname': 'TODO(rmistry): What do I put here?',
126 'builder': 'Linux CT Top1K RR Perf',
127 'os': 'linux',
128 'version': 'trusty',
129 'bits': '64',
130 },
123 ] 131 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698