Module

x/abc/vendor/https/deno.land/std/testing/bench.ts>BenchmarkDefinition

A better Deno framework to create web application.
Go to Latest
interface BenchmarkDefinition
import { type BenchmarkDefinition } from "https://dotland.deno.dev/x/abc@v1.0.3/vendor/https/deno.land/std/testing/bench.ts";

Defines a benchmark definition with configurable runs.

Properties

name: string
optional
runs: number

Defines how many times the provided func should be benchmarked in succession