Skip to main content
Module

x/rss/test_deps.ts>runBenchmarks

📰 Deno module for deserializing RSS or ATOM XML feeds into typed objects
Very Popular
Go to Latest
function runBenchmarks
import { runBenchmarks } from "https://deno.land/x/rss@0.5.7/test_deps.ts";

Runs all registered and non-skipped benchmarks serially.

Parameters

optional
unnamed 0: BenchmarkRunOptions = [UNSUPPORTED]

provides the possibility to get updates of the current progress during the run of the benchmarking

optional
progressCb: (progress: BenchmarkRunProgress) => void | Promise<void>

Returns

Promise<BenchmarkRunResult>

results of the benchmarking