v8/infra/testing/client.v8.pyl
Michael Achenbach 3747356b44 [test] Add v8-side demo test configuration
Bug: chromium:788104
Change-Id: I1d778292548642661c81ec62bc1f23a0ea4c0762
Reviewed-on: https://chromium-review.googlesource.com/793530
Reviewed-by: Sergiy Byelozyorov <sergiyb@chromium.org>
Commit-Queue: Michael Achenbach <machenbach@chromium.org>
Cr-Commit-Position: refs/heads/master@{#49684}
2017-11-28 17:21:36 +00:00

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},
],
}