Skip to content

Commit bda9208

Browse files
authored
Update games.yml
1 parent 957b18b commit bda9208

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

.github/workflows/games.yml

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,15 @@ name: Fastchess SPRT Test (Linux)
22

33
on:
44
workflow_dispatch:
5-
5+
inputs:
6+
rounds:
7+
description: "Number of SPRT rounds"
8+
required: false
9+
default: "6000"
10+
tc:
11+
description: "Time control"
12+
required: false
13+
default: "60+0.5"
614
permissions:
715
contents: write
816

@@ -92,8 +100,8 @@ jobs:
92100
-engine cmd=new-engine/engine name=new \
93101
-engine cmd=base-engine/chess_engine name=base \
94102
-openings file=UHO_Lichess_4852_v1.epd format=epd order=random \
95-
-each tc=60+0.5 \
96-
-rounds 6000 \
103+
-each tc=${{ github.event.inputs.tc }} \
104+
-rounds ${{ github.event.inputs.rounds }} \
97105
-concurrency $(nproc) \
98106
-pgnout notation=san nodes=true file=games1.pgn \
99107
-sprt elo0=0 elo1=2 alpha=0.05 beta=0.05

0 commit comments

Comments
 (0)