Skip to main content
Module

x/pretty_benching/mod.ts>strictHistoryRules

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

Defines which strict rules to use.

definition: { noRemoval?: boolean; noAddition?: boolean; noRunsCountChange?: boolean; }