projects
/
stockfish
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Allow benches with more than 2G nodes.
[stockfish]
/
src
/
benchmark.cpp
diff --git
a/src/benchmark.cpp
b/src/benchmark.cpp
index f2d1f0686c60925116b5ed08f917f17605d0fcf1..bf0312c206594b8d80414f6af2a3a48be9b0ce87 100644
(file)
--- a/
src/benchmark.cpp
+++ b/
src/benchmark.cpp
@@
-117,7
+117,7
@@
void benchmark(const Position& current, istream& is) {
limits.movetime = stoi(limit); // movetime is in millisecs
else if (limitType == "nodes")
limits.movetime = stoi(limit); // movetime is in millisecs
else if (limitType == "nodes")
- limits.nodes = sto
i
(limit);
+ limits.nodes = sto
ll
(limit);
else if (limitType == "mate")
limits.mate = stoi(limit);
else if (limitType == "mate")
limits.mate = stoi(limit);