summaryrefslogtreecommitdiff
path: root/deps/v8/test/js-perf-test/TypedArrays/join-sep-int.js
blob: 76312990ab2148a6dbe9a3d51314a7d722098004 (plain)
1
2
3
4
5
6
7
8
// 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.

load('join.js');

new BenchmarkSuite('JoinWithSeparatorIntTypes', [100],
                   CreateBenchmarks(typedArrayIntConstructors, true));