buildBenchmark
buildBenchmark(
entries,ast,totalMs):Benchmark
Defined in: execution/benchmark.ts:79
Build a structured Benchmark from raw timing entries.
Parameters
Section titled “Parameters”entries
Section titled “entries”readonly RawBenchEntry[]
Raw per-node timing data collected during execution
The plan AST, used for node descriptions
totalMs
Section titled “totalMs”number
Wall-clock time for the entire run