variable BenchmarkMetricsSchema

Schema for benchmark metrics that matches the CompilationMetrics interface. Present when benchmark mode is enabled during compilation.

Type

z.ZodType<BenchmarkMetricsOutput>

Usage

import { BenchmarkMetricsSchema } from ".";