Skip to main content
Module

x/ts_prometheus/test_deps.ts>runBenchmarks

A prometheus client in Typescript for Deno
Latest
function runBenchmarks
import { runBenchmarks } from "https://deno.land/x/ts_prometheus@v0.3.0/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