Skip to content

Commit f038da3

Browse files
authored
3.5.5: decrease bench depth (#290)
bench: 1410612
1 parent 9b93cfb commit f038da3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/uci.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ int Uci::onBench()
229229

230230
uint64_t sumNodes = 0;
231231
auto start = GetProcTime();
232-
commandParams p = { "go", "depth", "15" };
232+
commandParams p = { "go", "depth", "10" };
233233

234234
for (auto i = 0; strcmp(benchmarkPositions[i], ""); i++) {
235235
if (!m_searcher.m_position.SetFEN(benchmarkPositions[i]))

0 commit comments

Comments
 (0)