mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-25 03:26:24 +08:00
Higher movetime resolution for benchmarks
Use a millisecond movetime precision for benchmarks No functional change Resolves #198
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user