This commit is contained in:
2020-01-28 00:55:31 +00:00
parent c14c231602
commit 7929b1181d

View File

@@ -1,10 +1,13 @@
@SET /a VAR=0
ECHO Start burntest %Time% >> burntesttimer.txt
: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%==1000 goto :End
@IF %VAR%==2 goto :End
@ECHO TEST RUN %VAR% STARTED AT %TIME%
@dotnet test
@ECHO TEST RUN %VAR% COMPLETED AT %TIME%
@goto :HOME
:End
:End
ECHO Stop burntest %Time% >> burntesttimer.txt