Skip to content

Commit

Permalink
Add bullet time control
Browse files Browse the repository at this point in the history
  • Loading branch information
bdmendes committed Nov 4, 2023
1 parent 57c161b commit 03644d2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions gauntlet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ readonly BOOK_FORMAT=epd
readonly THREADS=4
readonly BUILD_PATH=./target/release/$ENGINE_NAME
readonly MESSAGE_FILE=message.txt
readonly FAST_ROUNDS=250
readonly FAST_ROUNDS=500
readonly SLOW_ROUNDS=100
readonly FAST_TIME_CONTROL=10+0.1
readonly FAST_TIME_CONTROL=1+0.1
readonly SLOW_TIME_CONTROL=30+0.3
readonly ELO_THRESHOLD=25
readonly UPSTREAM=${1:-master} # Default to master if no argument is given
Expand Down Expand Up @@ -112,6 +112,6 @@ cd $INSTALL_PATH || exit 1
# Truncate message file
echo -n "" >$MESSAGE_FILE

run_gauntlet $SLOW_ROUNDS $SLOW_TIME_CONTROL

run_gauntlet $FAST_ROUNDS $FAST_TIME_CONTROL

run_gauntlet $SLOW_ROUNDS $SLOW_TIME_CONTROL

0 comments on commit 03644d2

Please sign in to comment.