Skip to main content
Module

x/pretty_benching/mod.ts>thresholdsColumn

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

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