Skip to content

Commit

Permalink
Profile Build with Hash=16
Browse files Browse the repository at this point in the history
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
  • Loading branch information
lucasart authored and zamar committed Nov 10, 2014
1 parent d709a5f commit c6d45c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit c6d45c6

Please sign in to comment.