Method | Description | |
---|---|---|
__construct ( string $path, array $options = [] ) | ||
getContextName ( ) : string | Return the name to assign to this suite. | |
getExecutor ( ) : string | array | Return either an executor configuration name or an actual configuration. | |
getFilters ( ) | Whitelist of subject method names. | |
getGroups ( ) : string[] | Whitelist of groups to execute. | |
getIterations ( $default = null ) : integer | Override the number of iterations to execute. | |
getOutputTimePrecision ( $default = null ) : string | Return the output time precision. | |
getOutputTimeUnit ( $default = null ) : string | Return the output time unit. | |
getParameterSets ( $default = null ) : mixed[] | Override parameters. | |
getPath ( ) : string | Return the path underwhich to scan for benchmarks. | |
getRetryThreshold ( $default = null ) : float | Get the deviation threshold beyond which the iteration should be retried. | |
getRevolutions ( integer $default = null ) | Get the number of rev(olutions) to run. | |
getSleep ( $default = null ) | Override the sleep interval (in microseconds). | |
getStopOnError ( ) | Return true if the runner should exit on the first exception encountered. | |
getWarmup ( integer $default = null ) | Return the number of warmup revolutions that should be exectuted. |
public __construct ( string $path, array $options = [] ) | ||
$path | string | |
$options | array |
public getContextName ( ) : string | ||
return | string |
public getExecutor ( ) : string | array | ||
return | string | array |
public getGroups ( ) : string[] | ||
return | string[] |
public getIterations ( $default = null ) : integer | ||
return | integer |
public getOutputTimePrecision ( $default = null ) : string | ||
return | string |
public getOutputTimeUnit ( $default = null ) : string | ||
return | string |
public getParameterSets ( $default = null ) : mixed[] | ||
return | mixed[] |
public getRetryThreshold ( $default = null ) : float | ||
return | float |
public getRevolutions ( integer $default = null ) | ||
$default | integer |
public getSleep ( $default = null ) |
public getStopOnError ( ) |