touchstone.caseresult
Home > @pebula/touchstone > CaseResult
CaseResult interface
Signature:
export interface CaseResult
Properties
Property | Modifiers | Type | Description |
|---|---|---|---|
The benchmark options used to run this case. | |||
number | The number of executions per second. (Operations Per Second) https://benchmarkjs.com/docs\#prototype\_hz | ||
number | |||
number[] | |||
string | |||
An object of stats including mean, margin or error, and standard deviation. | |||
Times | An object of timing data including cycle, elapsed, period, start, and stop. https://benchmarkjs.com/docs\#prototype\_times | ||
string | (Optional) Indicates (when truthy) if the current case is a variant case. If truthy, the actual value represents the name of the root case which it is a variant of. |