blob: 5eec44a3ee261fb4e092dbb57a18fcdadf82b6c5 [file] [log] [blame]
Andrew Topef837fa2017-10-04 22:44:25 -07001# Copyright 2016 the V8 project authors. All rights reserved.
2# Use of this source code is governed by a BSD-style license that can be
3# found in the LICENSE file.
4{
5 'variables': {
6 'command': [
7 '../tools/run_perf.py',
8 ],
9 'files': [
10 '../tools/run_perf.py',
11 # TODO(machenbach): These files are referenced by the perf runner.
12 # They should be transformed into a proper python module.
13 '../tools/testrunner/local/commands.py',
14 '../tools/testrunner/local/utils.py',
15 '../tools/testrunner/objects/output.py',
16 # This is often used to trigger performance bots. We include it in the
17 # isolate to not get these builds deduped.
18 '../tools/whitespace.txt',
19 'js-perf-test/',
20 'memory/',
21 ],
22 },
23 'includes': [
24 'cctest/cctest_exe.isolate',
25 '../src/d8.isolate',
26 ],
27}