Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/abc/vendor/https/deno.land/std/testing/bench.ts>runBenchmarks

A better Deno framework to create web application.
Go to Latest
function runBenchmarks
import { runBenchmarks } from "https://deno.land/x/abc@v1.3.1/vendor/https/deno.land/std/testing/bench.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