import { type BenchmarkFunction } from "https://deno.land/x/abc@v1.3.3/vendor/https/deno.land/std/testing/bench.ts";
Defines a benchmark through a named function.
Call Signatures
(b: BenchmarkTimer): void | Promise<void>
import { type BenchmarkFunction } from "https://deno.land/x/abc@v1.3.3/vendor/https/deno.land/std/testing/bench.ts";
Defines a benchmark through a named function.