Skip to main content
Module

x/pretty_benching/mod.ts>prettyBenchmarkResultOptions

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

Defines how the resulting output should look like.

definition: CommonOptions & (prettyBenchmarkCardResultOptions)