import { runBenchmarks } from "https://deno.land/std@0.123.0/testing/bench.ts";
Runs all registered and non-skipped benchmarks serially.
Parameters
optional
unnamed 0: BenchmarkRunOptions = [UNSUPPORTED]optional
progressCb: (progress: BenchmarkRunProgress) => void | Promise<void>Returns
Promise<BenchmarkRunResult>
results of the benchmarking