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
.
See