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

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

A high-performance basic router works anywhere.
Latest
interface BenchmarkClearOptions
import { type BenchmarkClearOptions } from "https://deno.land/x/router@v2.0.1/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