Skip to main content
Module

x/pretty_benching/deps.ts>runBenchmarks

:sauropod: A small lib to make your Deno benchmarking progress and results look pretty
Latest
function runBenchmarks
import { runBenchmarks } from "https://deno.land/x/pretty_benching@v0.3.3/deps.ts";

Runs all registered and non-skipped benchmarks serially.

Parameters

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

Returns

results of the benchmarking