Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/merlin/deps.ts>bench.BenchmarkFunction

Testing and Benchmarking framework for deno 🧙‍♂️
Latest
interface bench.BenchmarkFunction
import { type bench } from "https://deno.land/x/merlin@v1.0.7/deps.ts";
const { BenchmarkFunction } = bench;

Defines a benchmark through a named function.

Call Signatures

(b: BenchmarkTimer): void | Promise<void>

Properties

name: string