Skip to content

BenchmarkNode

Defined in: execution/benchmark.ts:32

Timing for a single plan node.

readonly description: string

Defined in: execution/benchmark.ts:35


readonly durationMs: number

Defined in: execution/benchmark.ts:36


readonly optional extractions: readonly BenchmarkExtraction[]

Defined in: execution/benchmark.ts:37


readonly kind: "match" | "source" | "merge" | "transform" | "emit" | "mapOut"

Defined in: execution/benchmark.ts:34


readonly nodeId: NodeId

Defined in: execution/benchmark.ts:33


readonly optional transforms: readonly BenchmarkTransform[]

Defined in: execution/benchmark.ts:38