import { bench } from "https://dotland.deno.dev/x/abc@v1.0.3/vendor/https/deno.land/std/testing/bench.ts";
Registers a benchmark as a candidate for the runBenchmarks executor.
Parameters
benchmark: BenchmarkDefinition | BenchmarkFunction
import { bench } from "https://dotland.deno.dev/x/abc@v1.0.3/vendor/https/deno.land/std/testing/bench.ts";
Registers a benchmark as a candidate for the runBenchmarks executor.