File tree Expand file tree Collapse file tree 1 file changed +11
-3
lines changed
Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,15 @@ name: Fastchess SPRT Test (Linux)
22
33on :
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"
614permissions :
715 contents : write
816
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
You can’t perform that action at this time.
0 commit comments