Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
function runBenchmarks
Deprecated
Deprecated

Use 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";

Parameters

optional
unnamed 0: BenchmarkRunOptions = [UNSUPPORTED]
optional
progressCb: (progress: BenchmarkRunProgress) => void | Promise<void>

Returns

results of the benchmarking