Skip to main content
Module

x/pretty_benching/mod.ts>deltaColumn

:sauropod: A small lib to make your Deno benchmarking progress and results look pretty
Latest
function deltaColumn
import { deltaColumn } from "https://deno.land/x/pretty_benching@v0.3.3/mod.ts";

Defines a delta column, which shows the changes for the benchmark. Shows - when there was no previous measurements for the benchmark in the history.

Calculates delta on measuredRunsAvgMs by default, which can be changed in the options with key.

Type Parameters

optional
T = unknown

Parameters

optional
options: { key: DeltaKey<T>; }