Total count of the requests.
OptionalfilterFilter function.
The filter function is called with the file name (basename) of each
benchmark function module, not with the function name. When it returns
false, the file would never be imported in the servant, so that every
function defined in the file would never be executed either.
File name (basename) of the benchmark functions
Whether to execute the function or not.
OptionalmemoryGet memory usage.
Get the memory usage of the master program.
Specify this property only when your backend server is running on a different process, so that need to measure the memory usage of the backend server from other process.
OptionalprogressProgress callback function.
The number of completed requests.
Path of the servant program.
The path of the servant program executing the DynamicBenchmarker.servant function.
Number of simultaneous requests.
The number of requests to be executed simultaneously.
This property value would be divided by the threads in the servants.
OptionalstdioStandard I/O option.
The standard I/O option for the servant programs.
Number of threads.
The number of threads to be executed as parallel servant.
Properties of the master program.