Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
interface BenchmarkRunResult
import { type BenchmarkRunResult } from "https://deno.land/std@0.70.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