mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 07:27:46 +00:00
Merge pull request #3789 from vondele/fixNodeCount
[cluster] fix node count in bench command
This commit is contained in:
+1
-1
@@ -180,7 +180,7 @@ namespace {
|
||||
{
|
||||
go(pos, is, states);
|
||||
Threads.main()->wait_for_search_finished();
|
||||
nodes += Threads.nodes_searched();
|
||||
nodes += Cluster::nodes_searched();
|
||||
}
|
||||
else if (Cluster::is_root())
|
||||
trace_eval(pos);
|
||||
|
||||
Reference in New Issue
Block a user