X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fbenchmark.cpp;h=4c6c0da67253e335e014fc17c1ddbe77e07a57d7;hp=fe701a9c8cc5a78a89fc07c4ce716fba94d5f837;hb=d583176baf70e374b95d09eaacf7e9d3f8978d5a;hpb=4c5eaeb363736578fcd66f1dc6f83e7961d1b115 diff --git a/src/benchmark.cpp b/src/benchmark.cpp index fe701a9c..4c6c0da6 100644 --- a/src/benchmark.cpp +++ b/src/benchmark.cpp @@ -124,6 +124,6 @@ void benchmark(const std::string& commandLine) { { Move moves[1] = {MOVE_NONE}; Position pos(*it); - think(pos, true, false, 0, 0, 0, 0, 0, secsPerPos * 1000, moves); + think(pos, true, false, 0, 0, 0, 0, 0, 0, secsPerPos * 1000, moves); } }