From c6d45c60b516e799526f1163733b74b23fc1b63c Mon Sep 17 00:00:00 2001 From: lucasart Date: Mon, 10 Nov 2014 18:49:13 +0800 Subject: [PATCH] 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 --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index bc7dc5c8..f183e4e3 100644 --- a/src/Makefile +++ b/src/Makefile @@ -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 \ -- 2.39.2