fix: difficulty too low in benchmark

This commit is contained in:
alikia2x (寒寒) 2025-04-02 23:15:45 +08:00
parent 2e702f23de
commit 704b5106c6
Signed by: alikia2x
GPG Key ID: 56209E0CCD8420C6

View File

@ -79,7 +79,7 @@
let currentDifficulty: bigint | null = null;
let worker: Worker | null = null;
let currentTestIndex = 0;
const difficulties = [BigInt(100), BigInt(1000)];
const difficulties = [BigInt(100000), BigInt(1000000)];
const testCombinations: { N: bigint; difficulty: bigint }[] = [];
// 创建需要测试的 N 和难度的组合