function benchDeprecatedDeprecatedUse Deno.bench() instead. See https://doc.deno.land/deno/unstable/~/Deno.bench for details. Registers a benchmark as a candidate for the runBenchmarks executor. import { bench } from "https://deno.land/std@0.145.0/testing/bench.ts"; bench(benchmark: BenchmarkDefinition | BenchmarkFunction): voidParametersbenchmark: BenchmarkDefinition | BenchmarkFunctionReturnsvoid