X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fbenchmark.cpp;h=7cb04382e1231192049556d3cdf2ae724857bc08;hp=806e98401a466b93ba4204e6c0dd3a966c2068b8;hb=87586b3d0c8961c2fc9330e2f8ac2f8c3fe79018;hpb=ea6220f3813e5b76b444a02905eaf2c556bdb368 diff --git a/src/benchmark.cpp b/src/benchmark.cpp index 806e9840..7cb04382 100644 --- a/src/benchmark.cpp +++ b/src/benchmark.cpp @@ -1,6 +1,6 @@ /* Stockfish, a UCI chess playing engine derived from Glaurung 2.1 - Copyright (C) 2004-2020 The Stockfish developers (see AUTHORS file) + Copyright (C) 2004-2021 The Stockfish developers (see AUTHORS file) Stockfish is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -164,5 +164,7 @@ vector setup_bench(const Position& current, istream& is) { ++posCounter; } + list.emplace_back("setoption name Use NNUE value true"); + return list; }