]> git.sesse.net Git - stockfish/commitdiff
Profile Build with Hash=16
authorlucasart <lucas.braesch@gmail.com>
Mon, 10 Nov 2014 10:49:13 +0000 (18:49 +0800)
committerJoona Kiiski <joona.kiiski@gmail.com>
Mon, 10 Nov 2014 23:06:12 +0000 (23:06 +0000)
16MB for 1" searches is more comensurate with the average use case.

And 16 is the default used by stockfish bench, so it makes sense to be
consistent, if only to have the same minimum memory requirement for using
SF and compiling it with PGO.

No functional change.

Resolves #109

src/Makefile

index bc7dc5c82dde0707e9dfc0f844a9bf73829c47ba..f183e4e3d2e3902ac52e4ed5b0b8ade7daab6a44 100644 (file)
@@ -35,7 +35,7 @@ endif
 BINDIR = $(PREFIX)/bin
 
 ### Built-in benchmark for pgo-builds
-PGOBENCH = ./$(EXE) bench 32 1 1 default time
+PGOBENCH = ./$(EXE) bench 16 1 1 default time
 
 ### Object files
 OBJS = benchmark.o bitbase.o bitboard.o endgame.o evaluate.o main.o \