Skip to main content
Module

x/sqlite/dev_deps.ts>bench

Deno SQLite module
Go to Latest
function bench
Deprecated
Deprecated

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

Registers a benchmark as a candidate for the runBenchmarks executor.

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

Parameters

benchmark: BenchmarkDefinition | BenchmarkFunction