]> git.sesse.net Git - stockfish/blobdiff - src/benchmark.cpp
Pass also opponent time to think()
[stockfish] / src / benchmark.cpp
index fe701a9c8cc5a78a89fc07c4ce716fba94d5f837..4c6c0da67253e335e014fc17c1ddbe77e07a57d7 100644 (file)
@@ -124,6 +124,6 @@ void benchmark(const std::string& commandLine) {
   {
       Move moves[1] = {MOVE_NONE};\r
       Position pos(*it);      
   {
       Move moves[1] = {MOVE_NONE};\r
       Position pos(*it);      
-      think(pos, true, false, 0, 0, 0, 0, 0, secsPerPos * 1000, moves);\r
+      think(pos, true, false, 0, 0, 0, 0, 0, 0, secsPerPos * 1000, moves);\r
   }
 }
   }
 }