import * as mod from "https://dotland.deno.dev/std@0.36.0/testing/bench.ts"; FunctionsfbenchRegisters a benchmark as a candidate for the runBenchmarks executor. frunBenchmarksRuns all registered and non-skipped benchmarks serially. frunIfMainRuns specified benchmarks if the enclosing script is main. InterfacesIBenchmarkDefinitionDefines a benchmark definition with configurable runs. IBenchmarkFunctionDefines a benchmark through a named function. IBenchmarkRunOptionsDefines runBenchmark's run constraints by matching benchmark names. IBenchmarkTimerProvides methods for starting and stopping a benchmark clock.