Skip to main content
Go to Latest
interface BenchmarkFunction
import { type BenchmarkFunction } from "https://deno.land/std@0.74.0/testing/bench.ts";

Defines a benchmark through a named function.

Call Signatures

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

Properties

name: string