X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fbenchmark.cpp;h=de8b48bb4c039f480f45f5e6339b19192b8ab70b;hp=7fc199f92866d26f09912df969e87f9543084857;hb=6044f25d7104c25e0218831027eade75e092ed0c;hpb=9da015517c20e9c5b8e0ef6e7103e60404211baa diff --git a/src/benchmark.cpp b/src/benchmark.cpp index 7fc199f9..de8b48bb 100644 --- a/src/benchmark.cpp +++ b/src/benchmark.cpp @@ -82,7 +82,7 @@ void benchmark(const Position& current, istream& is) { vector fens; // Assign default values to missing arguments - string ttSize = (is >> token) ? token : Options["Hash"]; + string ttSize = (is >> token) ? token : "16"; string threads = (is >> token) ? token : "1"; string limit = (is >> token) ? token : "13"; string fenFile = (is >> token) ? token : "default";