This commit is contained in:
@@ -2,7 +2,7 @@ SET /a VAR=0
|
|||||||
:HOME
|
:HOME
|
||||||
SET /a VAR=VAR+1
|
SET /a VAR=VAR+1
|
||||||
rem 1000 runs in local debug mode server is about 6 hours at current test pace with huge data
|
rem 1000 runs in local debug mode server is about 6 hours at current test pace with huge data
|
||||||
IF %VAR%==500 goto :End
|
IF %VAR%==1000 goto :End
|
||||||
dotnet test
|
dotnet test
|
||||||
goto :HOME
|
goto :HOME
|
||||||
:End
|
:End
|
||||||
Reference in New Issue
Block a user