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

x/merlin/deps.ts>pretty_benching.strictHistoryRules

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

Defines which strict rules to use.

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