function runBenchmarksimport { runBenchmarks } from "https://deno.land/std@0.56.0/testing/bench.ts"; runBenchmarks(unnamed 0?: BenchmarkRunOptions, progressCb?: (progress: BenchmarkRunProgress) => void): Promise<BenchmarkRunResult>Runs all registered and non-skipped benchmarks serially. Parametersoptionalunnamed 0: BenchmarkRunOptions = [UNSUPPORTED]provides the possibility to get updates of the current progress during the run of the benchmarking optionalprogressCb: (progress: BenchmarkRunProgress) => voidReturnsPromise<BenchmarkRunResult>results of the benchmarking