]> git.sesse.net Git - stockfish/blobdiff - src/benchmark.cpp
Save threadID info in Position
[stockfish] / src / benchmark.cpp
index 1d40b8fdb29e64c83b8c58ccfd11416197c4102b..ee262ba5bc1c2407b14f95c8f6036dfd6945eef4 100644 (file)
@@ -151,7 +151,7 @@ void benchmark(const string& commandLine) {
   {
       Move moves[1] = {MOVE_NONE};
       int dummy[2] = {0, 0};
-      Position pos(*it);
+      Position pos(*it, 0);
       cerr << "\nBench position: " << cnt << '/' << positions.size() << endl << endl;
       if (limitType == "perft")
       {