introducing results file for multiple target mode

This commit is contained in:
Miroslav Stampar
2011-05-15 22:21:38 +00:00
parent 90e84c9a6d
commit faa74cd2bc
4 changed files with 59 additions and 0 deletions

View File

@@ -327,3 +327,6 @@ IGNORE_PARAMETERS = ("__VIEWSTATE", "__EVENTARGUMENT", "__EVENTTARGET", "__EVENT
# Turn off resume console info to avoid potential slowdowns
TURN_OFF_RESUME_INFO_LIMIT = 20
# Strftime format for results file used in multiple target mode
RESULTS_FILE_FORMAT = 'results-%I%M%p_%m%d%Y.csv'