Skip to content

Commit

Permalink
Update runPerfTest.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
olivernz committed Feb 23, 2016
1 parent 79cda31 commit 8970139
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions runPerfTest.bat
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ SET Prefix=%3
SET LoadTime=%4
SET LoadShape=%5
SET Note=%6
:: Below can be used to add a user name to the results directory.
:: Below can be used to add a user name to the results directory. Prefix with an _
SET User=

:: If you want to shorten the prefix given to a certain length. In
Expand Down Expand Up @@ -80,7 +80,7 @@ SET TestStartTime=%datetime:~0,4%-%datetime:~4,2%-%datetime:~6,2% %datetime:~8,2

:: Create results directory
:: Format of dir is HH-MM-SS_XXXX_XXXXXXXXXXXXXX...
set resultsDir=%resultsDir%\%datetime:~8,2%-%datetime:~10,2%-%datetime:~12,2%_%Prefix%_%TestName%_%User%
set resultsDir=%resultsDir%\%datetime:~8,2%-%datetime:~10,2%-%datetime:~12,2%_%Prefix%_%TestName%%User%
mkdir %resultsDir%
cd %resultsDir%

Expand Down

0 comments on commit 8970139

Please sign in to comment.