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.6/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