mirror of
https://github.com/sockspls/badfish
synced 2025-04-30 00:33:09 +00:00
Profile Build with Hash=16
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
This commit is contained in:
parent
d709a5f1c5
commit
c6d45c60b5
1 changed files with 1 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Reference in a new issue