Skip to main content
Module

x/pretty_benching/deps.ts>bench

:sauropod: A small lib to make your Deno benchmarking progress and results look pretty
Latest
function bench
import { bench } from "https://deno.land/x/pretty_benching@v0.3.3/deps.ts";

Registers a benchmark as a candidate for the runBenchmarks executor.

Parameters

benchmark: BenchmarkDefinition | BenchmarkFunction