X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fbenchmark.cpp;h=ffb631a28558fa18c55dc35dc7b349330b1e2e5d;hp=806e98401a466b93ba4204e6c0dd3a966c2068b8;hb=d2562cde12cdcc3df654279d6d632ae74c5f71af;hpb=fc27d158c012341593518a05abf51903ecbcb495 diff --git a/src/benchmark.cpp b/src/benchmark.cpp index 806e9840..ffb631a2 100644 --- a/src/benchmark.cpp +++ b/src/benchmark.cpp @@ -164,5 +164,7 @@ vector setup_bench(const Position& current, istream& is) { ++posCounter; } + list.emplace_back("setoption name Use NNUE value true"); + return list; }