Go to Latest
interface BenchmarkDefinition
import { type BenchmarkDefinition } from "https://dotland.deno.dev/std@0.36.0/testing/bench.ts";

Defines a benchmark definition with configurable runs.

Properties

func: BenchmarkFunction
name: string
optional
runs: number