mirror of
https://github.com/official-stockfish/Stockfish.git
synced 2026-07-23 21:27:14 +00:00
Merge commit '66ed4312f22a951aaa01bbb87b2d730656b8f2c1' into cluster
This commit is contained in:
+3
-2
@@ -330,8 +330,9 @@ void UCIEngine::bench(std::istream& args) {
|
||||
dbg_print();
|
||||
|
||||
if (Cluster::is_root())
|
||||
std::cerr << "\n==========================="
|
||||
<< "\nTotal time (ms) : " << elapsed << "\nNodes searched : " << nodes
|
||||
std::cerr << "\n===========================" //
|
||||
<< "\nTotal time (ms) : " << elapsed //
|
||||
<< "\nNodes searched : " << nodes //
|
||||
<< "\nNodes/second : " << 1000 * nodes / elapsed << std::endl;
|
||||
|
||||
// reset callback, to not capture a dangling reference to nodesSearched
|
||||
|
||||
Reference in New Issue
Block a user