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