Skip to main content
Go to Latest
function runBenchmarks
import { runBenchmarks } from "https://deno.land/std@0.39.0/testing/bench.ts";

Runs all registered and non-skipped benchmarks serially.

Parameters

optional
unnamed 0: BenchmarkRunOptions = [UNSUPPORTED]

Returns

Promise<void>