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

x/collections/test_deps.ts>runBenchmarks

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.
Very Popular
Latest
function runBenchmarks
import { runBenchmarks } from "https://deno.land/x/collections@0.12.1/test_deps.ts";

Runs all registered and non-skipped benchmarks serially.

Parameters

optional
unnamed 0: BenchmarkRunOptions = [UNSUPPORTED]
optional
progressCb: (progress: BenchmarkRunProgress) => void | Promise<void>

Returns

Promise<BenchmarkRunResult>

results of the benchmarking