Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/merlin/deps.ts>pretty_benching.deltaProgressRowExtra

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

Returns the calculated delta for the specific benchmark in a formatted string.

Meant to be used as:

prettyBenchmarkProgress({rowExtras: deltaProgressRowExtra(history)});

.