Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
interface BenchmarkRunOptions
import { type BenchmarkRunOptions } from "https://deno.land/x/denjucks@1.1.1/src/deps/path/std/testing/bench.ts";

Defines runBenchmark's run constraints by matching benchmark names.

Properties

optional
only: RegExp
optional
skip: RegExp