Skip to main content
Module

x/collections/deps/std/testing/bench.ts>BenchmarkTimer

Collection data structures that are not standard built-in objects in JavaScript. This includes a vector (double-ended queue), binary heap (priority queue), binary search tree, and a red black tree.
Go to Latest
interface BenchmarkTimer
import { type BenchmarkTimer } from "https://deno.land/x/collections@v0.10.1/deps/std/testing/bench.ts";

Provides methods for starting and stopping a benchmark clock.

Properties

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