Rounding precision.
10 – round to 0.1;
0 – no rounding, minimal possible value is 0.01 ms.
Toggles whether to write the starting and ending times for each request cycle to the report:
0 – do not write;
1 – write.
International settings for the report. E.g. to use “,” as the decimal separator you should set the locale to Russian. The default decimal separator is a period, setting locale to Russian switches to a comma.
Defines whether to print Summary times in the report.
0 – do not print;
1 – printYou should not use Delay or other resource-consuming options (e.g. regular expressions) together with this option, otherwise the results will not be correct. Only the time period when all clients were launched and none of them has already terminated its run should be used for calculation of Summary times. If the amount of requests is not big enough, probably this requirement will not be met and the respective warning about results approximation will be added to the report.
Sets the value of minimum time period (milliseconds) for simultaneous work of all clients required to correctly estimate SummaryTimes.