Skip to main content
Module

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

Defines which strict rules to use.

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