Skip to main content
Deno 2 is finally here 🎉️
Learn more
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://deno.land/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