import { type BenchmarkRunResult } from "https://deno.land/std@0.100.0/testing/bench.ts";
Defines the result of a runBenchmarks
call
Properties
results: BenchmarkResult[]
The individual results for each benchmark that was run
import { type BenchmarkRunResult } from "https://deno.land/std@0.100.0/testing/bench.ts";
Defines the result of a runBenchmarks
call
The individual results for each benchmark that was run