From: Joost Vandevondele Date: Sat, 17 Sep 2016 11:37:11 +0000 (+0200) Subject: Use fixed depth bench to make PGO builds more reproducible X-Git-Url: https://git.sesse.net/?p=stockfish;a=commitdiff_plain;h=4b0043ae7c92507d690eb4c4eb6249550d0891ff Use fixed depth bench to make PGO builds more reproducible Discussed on fishcooking proposal and objdump verification: https://groups.google.com/d/msg/fishcooking/4_ausUwMXP0/EGPsMYqOFAAJ verified no significant speed difference between depth and time: https://groups.google.com/d/msg/fishcooking/4_ausUwMXP0/KazW5QZmFgAJ stockfish_time - stats: mean = 2207232.56 std = 7079.51 std/mean = 0.003207 stockfish_depth - stats: mean = 2201783.57 std = 6356.69 std/mean = 0.002887 No functional change --- diff --git a/src/Makefile b/src/Makefile index cb55c8b0..e5564eff 100644 --- a/src/Makefile +++ b/src/Makefile @@ -32,7 +32,7 @@ PREFIX = /usr/local BINDIR = $(PREFIX)/bin ### Built-in benchmark for pgo-builds -PGOBENCH = ./$(EXE) bench 16 1 1000 default time +PGOBENCH = ./$(EXE) bench ### Object files OBJS = benchmark.o bitbase.o bitboard.o endgame.o evaluate.o main.o \