interface BenchmarkRunOptionsimport { type BenchmarkRunOptions } from "https://deno.land/std@0.145.0/testing/bench.ts"; Defines runBenchmark's run constraints by matching benchmark names. Propertiesoptionalonly: RegExpOnly benchmarks which name match this regexp will be run optionalskip: RegExpBenchmarks which name match this regexp will be skipped optionalsilent: booleanSetting it to true prevents default benchmarking progress logs to the commandline