diff options
Diffstat (limited to 'deps/v8/infra/testing/client.v8.pyl')
-rw-r--r-- | deps/v8/infra/testing/client.v8.pyl | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/deps/v8/infra/testing/client.v8.pyl b/deps/v8/infra/testing/client.v8.pyl new file mode 100644 index 0000000000..80d75a920a --- /dev/null +++ b/deps/v8/infra/testing/client.v8.pyl @@ -0,0 +1,13 @@ +# 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. + +{ + ### 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}, + # ], +}
\ No newline at end of file |