projects
/
stockfish
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Introduce and use wait_for_search_finished()
[stockfish]
/
src
/
benchmark.cpp
diff --git
a/src/benchmark.cpp
b/src/benchmark.cpp
index 4124899b33d4fd7a1b84a36a3eb1490b29509166..9f0ac0c145b220798eaab1449e8b848f3c411b94 100644
(file)
--- a/
src/benchmark.cpp
+++ b/
src/benchmark.cpp
@@
-118,7
+118,7
@@
void benchmark(int argc, char* argv[]) {
}
else
{
- Threads.start_
think
ing(pos, limits);
+ Threads.start_
search
ing(pos, limits);
nodes += Search::RootPosition.nodes_searched();
}
}