Skip to content

buildBenchmark

buildBenchmark(entries, ast, totalMs): Benchmark

Defined in: execution/benchmark.ts:79

Build a structured Benchmark from raw timing entries.

readonly RawBenchEntry[]

Raw per-node timing data collected during execution

PlanAst

The plan AST, used for node descriptions

number

Wall-clock time for the entire run

Benchmark