mirror of
https://github.com/official-stockfish/Stockfish.git
synced 2026-07-22 12:47:08 +00:00
Cleanup benchmark
Avoid unnecessary consecutive ucinewgame commands in benchmark setup. Remove measuring time and nodes in speedtest warmup. closes https://github.com/official-stockfish/Stockfish/pull/6427 No functional change
This commit is contained in:
committed by
Joost VandeVondele
parent
4b8fffe3b3
commit
563b4a9c4d
@@ -483,7 +483,6 @@ BenchmarkSetup setup_benchmark(std::istream& is) {
|
||||
float totalTime = 0;
|
||||
for (const auto& game : BenchmarkPositions)
|
||||
{
|
||||
setup.commands.emplace_back("ucinewgame");
|
||||
int ply = 1;
|
||||
for (int i = 0; i < static_cast<int>(game.size()); ++i)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user