diff options
author | Michaƫl Zasso <targos@protonmail.com> | 2018-05-31 11:11:57 +0200 |
---|---|---|
committer | Myles Borins <mylesborins@google.com> | 2018-06-01 09:58:27 +0200 |
commit | 352a525eb984b8fa2d6f0f6fd68395e6a080bba4 (patch) | |
tree | a105ae93f8fd8f533cce19a429f1b6e95d6e11ca /deps/v8/test/benchmarks | |
parent | faf449ca0490f5371dc6cbbc94a87eb697b00fcc (diff) | |
download | node-new-352a525eb984b8fa2d6f0f6fd68395e6a080bba4.tar.gz |
deps: update V8 to 6.7.288.43
PR-URL: https://github.com/nodejs/node/pull/19989
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Matheus Marchini <matheus@sthima.com>
Reviewed-By: Gus Caplan <me@gus.host>
Reviewed-By: Myles Borins <myles.borins@gmail.com>
Diffstat (limited to 'deps/v8/test/benchmarks')
-rw-r--r-- | deps/v8/test/benchmarks/BUILD.gn | 16 | ||||
-rw-r--r-- | deps/v8/test/benchmarks/benchmarks.isolate | 14 |
2 files changed, 16 insertions, 14 deletions
diff --git a/deps/v8/test/benchmarks/BUILD.gn b/deps/v8/test/benchmarks/BUILD.gn new file mode 100644 index 0000000000..1fd2670e0b --- /dev/null +++ b/deps/v8/test/benchmarks/BUILD.gn @@ -0,0 +1,16 @@ +# Copyright 2018 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. + +group("v8_benchmarks") { + testonly = true + + data_deps = [ + "../..:d8", + "../../tools:v8_testrunner", + ] + + data = [ + "./", + ] +} diff --git a/deps/v8/test/benchmarks/benchmarks.isolate b/deps/v8/test/benchmarks/benchmarks.isolate deleted file mode 100644 index dbeca5e55c..0000000000 --- a/deps/v8/test/benchmarks/benchmarks.isolate +++ /dev/null @@ -1,14 +0,0 @@ -# Copyright 2015 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. -{ - 'variables': { - 'files': [ - './', - ], - }, - 'includes': [ - '../../src/d8.isolate', - '../../tools/testrunner/testrunner.isolate', - ], -}
\ No newline at end of file |