Skip to main content
Module

x/pretty_benching/history_extensions.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/history_extensions.ts";

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

Meant to be used as:

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

.