X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fbenchmark.cpp;h=b0b9e16b7881da1783326d72825a376998e99020;hp=9b2e81e1a1f335aaf2cc83ed65894ed9c60b7204;hb=8b00e50cb74392c24938c0019ac528a9feabd614;hpb=be3b8f3ae939b19dfd36ebff3f485395083a3ab9 diff --git a/src/benchmark.cpp b/src/benchmark.cpp index 9b2e81e1..b0b9e16b 100644 --- a/src/benchmark.cpp +++ b/src/benchmark.cpp @@ -26,6 +26,7 @@ #include "position.h" #include "search.h" #include "thread.h" +#include "tt.h" #include "ucioption.h" using namespace std; @@ -73,6 +74,7 @@ void benchmark(const Position& current, istream& is) { Options["Hash"] = ttSize; Options["Threads"] = threads; + TT.clear(); if (limitType == "time") limits.movetime = 1000 * atoi(limit.c_str()); // movetime is in ms