Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/merlin/deps.ts>bench.BenchmarkTimer

Testing and Benchmarking framework for deno 🧙‍♂️
Latest
interface bench.BenchmarkTimer
import { type bench } from "https://deno.land/x/merlin@v1.0.7/deps.ts";
const { BenchmarkTimer } = bench;

Provides methods for starting and stopping a benchmark clock.

Properties

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