Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
interface BenchmarkFunction
import { type BenchmarkFunction } from "https://deno.land/std@0.72.0/testing/bench.ts";

Defines a benchmark through a named function.

Call Signatures

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

Properties

name: string