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

x/pretty_benching/mod.ts>defaultColumns

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

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

Parameters

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