Skip to main content

Type Alias: ErrorBenchmarkResult

ErrorBenchmarkResult: BaseBenchmarkResult & { error: string; }

Type declaration

error

error: string

Error that happened during the solve.

Remarks

Contains the error message when the benchmark run failed. Use this property to distinguish error runs from successful runs.

Remarks

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.

See