Skip to main content
Module

x/pretty_benching/pretty_benchmark_down.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/pretty_benchmark_down.ts";

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

Parameters

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