Type Alias: NormalBenchmarkResult
NormalBenchmarkResult:
BaseBenchmarkResult
&SolveResult
& {error
:undefined
; }
Data about normal benchmark run (that didn't end aby an error), see function benchmark.
It is an extension of BaseBenchmarkResult
and SolveResult, i.e. it contains all properties from those two types.
In addition it contains error
field that is always undefined
.
Type declaration
error
error:
undefined
For normal runs, error
is undefined. This property
can be used to distinguish normal runs from error runs.