[cluster] fix node count in bench command

bugfix use the cluster wide node count in bench for reporting

No function change
This commit is contained in:
Joost VandeVondele
2021-11-13 17:14:27 +01:00
parent e0b4dc24c8
commit 0ad7de3182
+1 -1
View File
@@ -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);