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

Defines runBenchmark's run constraints by matching benchmark names.

Properties

optional
only: RegExp
optional
skip: RegExp