Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

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

A better Deno framework to create web application.
Go to Latest
interface BenchmarkRunResult
import { type BenchmarkRunResult } from "https://deno.land/x/abc@v1.0.3/vendor/https/deno.land/std/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