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:
Andreas Matthies
2025-11-17 13:37:55 +01:00
committed by Joost VandeVondele
parent 4b8fffe3b3
commit 563b4a9c4d
2 changed files with 1 additions and 9 deletions
-1
View File
@@ -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)
{