Skip to main content
Go to Latest
function runBenchmarks
Deprecated
Deprecated

Use Deno.bench() instead. See https://doc.deno.land/deno/unstable/~/Deno.bench for details.

Runs all registered and non-skipped benchmarks serially.

import { runBenchmarks } from "https://deno.land/x/sqlite@v3.4.0/dev_deps.ts";

Parameters

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

Returns

Promise<BenchmarkRunResult>

results of the benchmarking