interface BenchmarkTimerimport { type BenchmarkTimer } from "https://dotland.deno.dev/std@0.36.0/testing/bench.ts"; Provides methods for starting and stopping a benchmark clock. Propertiesstart: () => voidstop: () => void