This commit is contained in:
2020-02-03 15:22:10 +00:00
parent ba422f8aae
commit eec32c9527
2 changed files with 6 additions and 2 deletions

View File

@@ -2,8 +2,8 @@
ECHO Start burntest %Time% >> burntesttimer.txt
:HOME
@SET /a VAR=VAR+1
@rem 1000 runs in local debug mode server is about 6,now 11 hours at current test pace with huge data
@IF %VAR%==1000 goto :End
@rem 1000 runs in local debug mode server is about 6,now 11 hours at current test pace with huge data //on server .8 runs per minute with errors now
@IF %VAR%==500 goto :End
@ECHO TEST RUN %VAR% STARTED AT %TIME%
@dotnet test
@ECHO TEST RUN %VAR% COMPLETED AT %TIME%