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