2017-11-28 15:43:22 +00:00
|
|
|
# Copyright 2017 The V8 project authors. All rights reserved.
|
|
|
|
# Use of this source code is governed by a BSD-style license that can be
|
|
|
|
# found in the LICENSE file.
|
|
|
|
|
|
|
|
{
|
2017-11-29 12:04:49 +00:00
|
|
|
### Example configuration for CI bots (please keep as reference).
|
|
|
|
# 'V8 Linux64': [
|
|
|
|
# {'name': 'benchmarks', 'variant': 'default', 'shards': 1},
|
|
|
|
# ],
|
|
|
|
# 'V8 Linux64 - debug': [
|
|
|
|
# {'name': 'benchmarks', 'variant': 'default', 'shards': 1},
|
|
|
|
# ],
|
2017-11-28 15:43:22 +00:00
|
|
|
}
|