Higher movetime resolution for benchmarks

Use a millisecond movetime precision for benchmarks

No functional change

Resolves #198
This commit is contained in:
Stefano80
2015-01-11 20:02:41 +00:00
committed by Joona Kiiski
parent 202a78e8e4
commit 17bcdb9212
2 changed files with 3 additions and 3 deletions

View File

@@ -31,7 +31,7 @@ PREFIX = /usr/local
BINDIR = $(PREFIX)/bin
### Built-in benchmark for pgo-builds
PGOBENCH = ./$(EXE) bench 16 1 1 default time
PGOBENCH = ./$(EXE) bench 16 1 1000 default time
### Object files
OBJS = benchmark.o bitbase.o bitboard.o endgame.o evaluate.o main.o \