Skip to main content
Module

x/pretty_benching/deps.ts>BenchmarkRunResult

:sauropod: A small lib to make your Deno benchmarking progress and results look pretty
Latest
interface BenchmarkRunResult
import { type BenchmarkRunResult } from "https://deno.land/x/pretty_benching@v0.3.3/deps.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