]> git.sesse.net Git - stockfish/blobdiff - src/benchmark.cpp
Revert TT replacement strategy changes (#380)
[stockfish] / src / benchmark.cpp
index fbf7b0e3a88990004ecbbe5ec54a02ecb20c1290..07e1341ec354c77c2c973ef318a947012baa5064 100644 (file)
@@ -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