|
@@ -87,10 +87,10 @@ async function detectTest() {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
- if (succRate[idx] === 10) {
|
|
|
- console.log(`inputSize: ${inputSizeList[idx]} 提前选中`);
|
|
|
- break;
|
|
|
- }
|
|
|
+ // if (succRate[idx] === 10) {
|
|
|
+ // console.log(`inputSize: ${inputSizeList[idx]} 提前选中`);
|
|
|
+ // break;
|
|
|
+ // }
|
|
|
}
|
|
|
|
|
|
console.log({ succRate });
|