Type Alias: ErrorBenchmarkResult
ErrorBenchmarkResult:
BaseBenchmarkResult
& {error
:string
; }
Data about a benchmark run that ended by an error (see function benchmark).
It is an extension of BaseBenchmarkResult with additional property error
that describes the error.
Type declaration
error
error:
string
Error that happened during the solve.