]> git.sesse.net Git - stockfish/blobdiff - tests/instrumented.sh
Time management simplification
[stockfish] / tests / instrumented.sh
index 838ed8f4c94ca5af15c4d68728e6b76a7bdf4225..7eaa2160c9cd443fb4e4e7cc51614814a2ce6196 100755 (executable)
@@ -40,7 +40,6 @@ race:TTEntry::value
 race:TTEntry::eval
 
 race:TranspositionTable::probe
-race:TranspositionTable::generation
 race:TranspositionTable::hashfull
 
 EOF
@@ -63,7 +62,7 @@ for args in "eval" \
             "go depth 10" \
             "go movetime 1000" \
             "go wtime 8000 btime 8000 winc 500 binc 500" \
-            "bench 128 $threads 10 default depth"
+            "bench 128 $threads 9 default depth"
 do
 
    echo "$prefix $exeprefix ./stockfish $args $postfix"