import { bench } from "https://deno.land/std@0.81.0/testing/bench.ts";
Registers a benchmark as a candidate for the runBenchmarks executor.
Parameters
benchmark: BenchmarkDefinition | BenchmarkFunction
import { bench } from "https://deno.land/std@0.81.0/testing/bench.ts";
Registers a benchmark as a candidate for the runBenchmarks executor.