function runBenchmarksDeprecatedDeprecatedUse Deno.bench() instead. See https://doc.deno.land/deno/unstable/~/Deno.bench for details. Runs all registered and non-skipped benchmarks serially. import { runBenchmarks } from "https://deno.land/std@0.145.0/testing/bench.ts"; runBenchmarks(unnamed 0?: BenchmarkRunOptions, progressCb?: (progress: BenchmarkRunProgress) => void | Promise<void>): Promise<BenchmarkRunResult>Parametersoptionalunnamed 0: BenchmarkRunOptions = [UNSUPPORTED]optionalprogressCb: (progress: BenchmarkRunProgress) => void | Promise<void>ReturnsPromise<BenchmarkRunResult>results of the benchmarking