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

x/merlin/deps.ts>pretty_benching.prettyBenchmarkResultOptions

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

Defines how the resulting output should look like.

definition: CommonOptions & (prettyBenchmarkCardResultOptions)