Skip to main content
Module

x/velo/dev_deps.ts>bench

Performant Cache implementations for Deno. Supports LRU, LFU, ARC and other caching policies.
Go to Latest
function bench
Re-export
import { bench } from "https://deno.land/x/velo@0.1.5/dev_deps.ts";

Registers a benchmark as a candidate for the runBenchmarks executor.

Parameters

benchmark: BenchmarkDefinition | BenchmarkFunction