import { runBenchmarks } from "https://dotland.deno.dev/x/abc@v1.0.3/vendor/https/deno.land/std/testing/bench.ts";
Runs all registered and non-skipped benchmarks serially.
Parameters
optional
unnamed 0: BenchmarkRunOptions = [UNSUPPORTED]optional
progressCb: (progress: BenchmarkRunProgress) => void | Promise<void>