Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

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

A better Deno framework to create web application.
Go to Latest
interface BenchmarkRunOptions
import { type BenchmarkRunOptions } from "https://deno.land/x/abc@v1.3.1/vendor/https/deno.land/std/testing/bench.ts";

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