Merge commit 'abd835dcbc3a28481224f6253b00b7420d062513' into cluster

This is the last commit before there are more conflicts.
This commit is contained in:
Steinar H. Gunderson
2025-12-25 20:19:41 +01:00
30 changed files with 707 additions and 596 deletions
+1 -8
View File
@@ -345,16 +345,9 @@ void UCIEngine::benchmark(std::istream& args) {
Search::LimitsType limits = parse_limits(is);
TimePoint elapsed = now();
// Run with silenced network verification
engine.go(limits);
engine.wait_for_search_finished();
totalTime += now() - elapsed;
nodes += nodesSearched;
nodesSearched = 0;
}
else if (token == "position")
position(is);
@@ -402,6 +395,7 @@ void UCIEngine::benchmark(std::istream& args) {
Search::LimitsType limits = parse_limits(is);
nodesSearched = 0;
TimePoint elapsed = now();
// Run with silenced network verification
@@ -413,7 +407,6 @@ void UCIEngine::benchmark(std::istream& args) {
updateHashfullReadings();
nodes += nodesSearched;
nodesSearched = 0;
}
else if (token == "position")
position(is);