interface BenchmarkFunctionimport { type BenchmarkFunction } from "https://dotland.deno.dev/std@0.36.0/testing/bench.ts"; Defines a benchmark through a named function. Call Signatures(b: BenchmarkTimer): void | Promise<void>Propertiesname: string