Fix that chunk bug

This commit is contained in:
Alex Hultman
2022-10-08 06:10:44 +02:00
parent c5a53782bc
commit 532d70041d
2 changed files with 25 additions and 8 deletions
+3 -3
View File
@@ -88,9 +88,9 @@ void runTest(unsigned int maxConsume) {
}
int main() {
//for (int i = 1; i < 1000; i++) {
runTest(1);
//}
for (int i = 1; i < 1000; i++) {
runTest(i);
}
std::cout << "ALL BRUTEFORCE DONE" << std::endl;
}