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

x/merlin/deps.ts>pretty_benching.thresholdsColumn

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

Defines a threshold result column, which shows the threshold ranges for the benchmark. Shows - when no Threshold was provided for the given benchmark.

If indicateResult is set, it shows in the same cell into which range the benchmark fell.

Parameters

thresholds: Thresholds
optional
indicateResult: boolean