This commit is contained in:
2018-10-09 23:00:53 +00:00
parent 1469b47e10
commit d0c89aae60
3 changed files with 8 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
SET /a VAR=0
:HOME
SET /a VAR=VAR+1
rem 1000 runs 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%==1000 goto :End
dotnet test