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

x/merlin/deps.ts>pretty_benching.defaultColumns

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

Defines the default ColumnDefinitions, which are Name, Runs, Total (ms) and Average (ms)

Parameters

optional
columns: (
| "name"
| "runsCount"
| "totalMs"
| "measuredRunsAvgMs"
)[]