Skip to main content
Go to Latest
interface BenchmarkRunResult
import { type BenchmarkRunResult } from "https://deno.land/std@0.157.0/testing/bench.ts";

Defines the result of a runBenchmarks call

Properties

filtered: number

How many benchmark were ignored by the provided only and skip

results: BenchmarkResult[]

The individual results for each benchmark that was run