Skip to main content
Go to Latest
interface BenchmarkTimer
import { type BenchmarkTimer } from "https://deno.land/std@0.89.0/testing/bench.ts";

Provides methods for starting and stopping a benchmark clock.

Properties

start: () => void
stop: () => void