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

x/pretty_benching/mod.ts>deltaProgressRowExtra

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

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

Meant to be used as:

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

.