Skip to main content
Module

x/pretty_benching/mod.ts>BenchmarkHistory

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

Represents the stored historic benchmark data

Type Parameters

optional
T = unknown

The type that is calculated with benchExtras function and stored in each benchmarks' extras.

optional
K = unknown

The type that is calculated with runExtras function and stored in each runs' runExtras.

Properties

history: BenchmarkHistoryItem<T, K>[]

The individual runs' values