summaryrefslogtreecommitdiff
path: root/deps/v8/test/js-perf-test/BigInt/test-config.js
blob: 8d77e70431433f89ba588c523faa665288cf72fb (plain)
1
2
3
4
5
6
7
8
9
10
// Copyright 2019 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.

"use strict";

const TEST_ITERATIONS = 1000;
const SLOW_TEST_ITERATIONS = 50;
const BITS_CASES = [32, 64, 128, 256, 512, 1024, 2048, 4096, 8192];
const RANDOM_BIGINTS_MAX_BITS = 64 * 100;