update: lower the difficulty of benchmark
This commit is contained in:
parent
704b5106c6
commit
46578db3e6
@ -79,7 +79,7 @@
|
|||||||
let currentDifficulty: bigint | null = null;
|
let currentDifficulty: bigint | null = null;
|
||||||
let worker: Worker | null = null;
|
let worker: Worker | null = null;
|
||||||
let currentTestIndex = 0;
|
let currentTestIndex = 0;
|
||||||
const difficulties = [BigInt(100000), BigInt(1000000)];
|
const difficulties = [BigInt(20000), BigInt(200000)];
|
||||||
const testCombinations: { N: bigint; difficulty: bigint }[] = [];
|
const testCombinations: { N: bigint; difficulty: bigint }[] = [];
|
||||||
|
|
||||||
// 创建需要测试的 N 和难度的组合
|
// 创建需要测试的 N 和难度的组合
|
||||||
|
Loading…
Reference in New Issue
Block a user