Skip to main content
Module

x/pretty_benching/pretty_benchmark_history.ts>DeltaKey

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

Type Parameters

optional
T = unknown
definition: (keyof T | "measuredRunsAvgMs" | "totalMs")