X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fbenchmark.cpp;h=5fcaa88738f21305dc66e4934f877c5b3a76288e;hp=9dc103ed1992681b0fdef8252d3cc36cd73cb140;hb=5900ab76a05b96f902fd3fc2794670916a7cb0ea;hpb=e6d8e7415220a11c06b9a707fde6f5c7dd27d34b diff --git a/src/benchmark.cpp b/src/benchmark.cpp index 9dc103ed..5fcaa887 100644 --- a/src/benchmark.cpp +++ b/src/benchmark.cpp @@ -111,7 +111,7 @@ void benchmark(const Position& current, istream& is) { int64_t nodes = 0; Search::StateStackPtr st; - Time time = Time::current_time(); + Time time = Time::now(); for (size_t i = 0; i < fens.size(); i++) {