Skip to main content
Module

x/pretty_benching/history_extensions.ts>deltaResultInfoCell

:sauropod: A small lib to make your Deno benchmarking progress and results look pretty
Latest
function deltaResultInfoCell
import { deltaResultInfoCell } 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:

prettyBenchmarkResult({infoCell: deltaResultInfoCell(history)});

.