Module

x/abc/vendor/https/deno.land/std/testing/bench.ts>BenchmarkClearOptions

A better Deno framework to create web application.
Go to Latest
interface BenchmarkClearOptions
import { type BenchmarkClearOptions } from "https://dotland.deno.dev/x/abc@v1.0.3/vendor/https/deno.land/std/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