Skip to main content
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
interface BenchmarkTimer
import { type BenchmarkTimer } from "https://deno.land/std@0.80.0/testing/bench.ts";

Provides methods for starting and stopping a benchmark clock.

Properties

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