Skip to main content
Go to Latest
interface BenchmarkClearOptions
import { type BenchmarkClearOptions } from "https://deno.land/std@0.151.0/testing/bench.ts";

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