Skip to main content
Module

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

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
import * as collections from "https://deno.land/x/collections@v0.10.1/deps/std/testing/bench.ts";

Functions

Registers a benchmark as a candidate for the runBenchmarks executor.

Runs all registered and non-skipped benchmarks serially.

Interfaces

Provides methods for starting and stopping a benchmark clock.