Skip to content

Commit 259e89e

Browse files
authored
Update games.yml
1 parent 7d4d48a commit 259e89e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/games.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ on:
1212
required: false
1313
default: "6000"
1414
tc:
15-
description: "Time control (e.g. 60+0.5 or 10+0.1)"
15+
description: "Time control (e.g. 60+0.6 or 10+0.1)"
1616
required: false
17-
default: "60+0.5"
17+
default: "60+0.6"
1818
output_exec:
1919
description: "Executable output file name"
2020
required: false
@@ -115,7 +115,7 @@ jobs:
115115
-rounds ${{ github.event.inputs.rounds }} \
116116
-concurrency $(nproc) \
117117
-pgnout notation=san nodes=true file=games.pgn \
118-
-sprt elo0=0 elo1=2 alpha=0.05 beta=0.05 | tee results.txt
118+
-sprt elo0=0 elo1=5 alpha=0.05 beta=0.05 | tee results.txt
119119
120120
./ordo-linux64 -o ratings.txt -- games.pgn
121121
sed -n '/Results of new vs base/,/^--------------------------------------------------$/p' results.txt >> ratings.txt
@@ -127,4 +127,4 @@ jobs:
127127
path: |
128128
games.pgn
129129
ratings.txt
130-
results.txt
130+
results.txt

0 commit comments

Comments
 (0)