function benchimport { bench } from "https://deno.land/std@0.36.0/testing/bench.ts"; bench(benchmark: BenchmarkDefinition | BenchmarkFunction): voidRegisters a benchmark as a candidate for the runBenchmarks executor. Parametersbenchmark: BenchmarkDefinition | BenchmarkFunctionReturnsvoid