Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/pretty_benching/tests/test_helpers.ts>testEach

:sauropod: A small lib to make your Deno benchmarking progress and results look pretty
Latest
function testEach
import { testEach } from "https://deno.land/x/pretty_benching@v0.3.3/tests/test_helpers.ts";

Parameters

name: string
input: TestCase<T, K>[]
fn: (testCase: TestCase<T, K>) => void
optional
os: "only" | "skip"