Skip to content

Commit fc254c1

Browse files
committed
Longer bench
Bench 26765227
1 parent 797324b commit fc254c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/frontend/UCI.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1181,10 +1181,10 @@ bool UniversalChessInterface::Command_Benchmark()
11811181
"rknnbqrb/pppppppp/8/8/8/8/PPPPPPPP/NQBBRKNR w HEga - 0 1",
11821182
};
11831183

1184-
const uint32_t maxDepth = 12;
1184+
const uint32_t maxDepth = 15;
11851185

11861186
Search search;
1187-
TranspositionTable tt(4 * 1024 * 1024);
1187+
TranspositionTable tt(8 * 1024 * 1024);
11881188

11891189
uint64_t totalNodes = 0;
11901190
double totalTime = 0.0;

0 commit comments

Comments
 (0)