This commit is contained in:
2018-10-11 20:47:44 +00:00
parent 0d52c331e7
commit 5e6a042dcf
6 changed files with 36 additions and 13 deletions

View File

@@ -2,8 +2,7 @@ SET /a VAR=0
:HOME
SET /a VAR=VAR+1
rem 1000 runs in local debug mode server is about 6 hours at current test pace with huge data
IF %VAR%==100 goto :End
IF %VAR%==250 goto :End
dotnet test
goto :HOME
goto :HOME
:End