X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fbenchmark.cpp;h=0e7208755fbacc65e4fc4c916de552e23dacfa4e;hb=55bd27b8f08a151128d7065fa2819aa3e9605299;hp=f63cb8e9b7f6005a7e0aa7bdea2c256d10651e0b;hpb=afcee1e8a4aadb9c86e17c71d5943d03268ca6d6;p=stockfish diff --git a/src/benchmark.cpp b/src/benchmark.cpp index f63cb8e9..0e720875 100644 --- a/src/benchmark.cpp +++ b/src/benchmark.cpp @@ -66,7 +66,7 @@ void benchmark(const Position& current, istream& is) { vector fens; // Assign default values to missing arguments - string ttSize = (is >> token) ? token : "128"; + string ttSize = (is >> token) ? token : "32"; string threads = (is >> token) ? token : "1"; string limit = (is >> token) ? token : "12"; string fenFile = (is >> token) ? token : "default";