Skip to main content
Module

x/xml/test_deps.ts>runBenchmarks

📑 A XML parser/stringifier for Deno written in typescript and with no dependencies
Very Popular
Go to Latest
function runBenchmarks
import { runBenchmarks } from "https://deno.land/x/xml@2.0.4/test_deps.ts";

Runs all registered and non-skipped benchmarks serially.

Parameters

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

Returns

Promise<BenchmarkRunResult>

results of the benchmarking