mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 12:07:43 +00:00
Higher movetime resolution for benchmarks
Use a millisecond movetime precision for benchmarks No functional change Resolves #198
This commit is contained in:
+1
-1
@@ -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