Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/merlin/deps.ts>pretty_benching.BenchmarkHistory

Testing and Benchmarking framework for deno 🧙‍♂️
Latest
interface pretty_benching.BenchmarkHistory
import { type pretty_benching } from "https://deno.land/x/merlin@v1.0.7/deps.ts";
const { BenchmarkHistory } = pretty_benching;

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