Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/merlin/deps.ts>bench.BenchmarkRunOptions

Testing and Benchmarking framework for deno 🧙‍♂️
Latest
interface bench.BenchmarkRunOptions
import { type bench } from "https://deno.land/x/merlin@v1.0.7/deps.ts";
const { BenchmarkRunOptions } = bench;

Defines runBenchmark's run constraints by matching benchmark names.

Properties

optional
only: RegExp

Only benchmarks which name match this regexp will be run

optional
skip: RegExp

Benchmarks which name match this regexp will be skipped

optional
silent: boolean

Setting it to true prevents default benchmarking progress logs to the commandline