12 lines
348 B
Plaintext
12 lines
348 B
Plaintext
|
# 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.
|
||
|
|
||
|
{
|
||
|
'V8 Linux64': [
|
||
|
{'name': 'benchmarks', 'variant': 'default', 'shards': 1},
|
||
|
],
|
||
|
'V8 Linux64 - debug': [
|
||
|
{'name': 'benchmarks', 'variant': 'default', 'shards': 1},
|
||
|
],
|
||
|
}
|