Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/merlin/deps.ts>bench.runBenchmarks

Testing and Benchmarking framework for deno 🧙‍♂️
Latest
function bench.runBenchmarks
import { bench } from "https://deno.land/x/merlin@v1.0.7/deps.ts";
const { runBenchmarks } = bench;

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