Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/merlin/deps.ts>bench.BenchmarkClearOptions

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

Defines clearBenchmark's constraints by matching benchmark names.

Properties

optional
only: RegExp

Only benchmarks which name match this regexp will be removed

optional
skip: RegExp

Benchmarks which name match this regexp will be kept