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