X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;ds=sidebyside;f=src%2Fbenchmark.cpp;h=07e1341ec354c77c2c973ef318a947012baa5064;hb=1d977aa79ecaf410f4b2065eb8f11e0a5e689db4;hp=fbf7b0e3a88990004ecbbe5ec54a02ecb20c1290;hpb=26dabb1e6bcd8035f0f3516c4358a73f2b041a1c;p=stockfish diff --git a/src/benchmark.cpp b/src/benchmark.cpp index fbf7b0e3..07e1341e 100644 --- a/src/benchmark.cpp +++ b/src/benchmark.cpp @@ -104,7 +104,7 @@ void benchmark(const Position& current, istream& is) { Options["Hash"] = ttSize; Options["Threads"] = threads; - TT.clear(); + Search::reset(); if (limitType == "time") limits.movetime = stoi(limit); // movetime is in ms