interface BenchmarkRunProgress
implements BenchmarkRunResult
import { type BenchmarkRunProgress } from "https://deno.land/x/abc@v1.3.1/vendor/https/deno.land/std/testing/bench.ts";
Defines the current progress during the run of runBenchmarks
Properties
List of the queued benchmarks to run with their name and their run count
The currently running benchmark with its name, run count and the already finished measurements in milliseconds
optional
state: ProgressStateIndicates in which state benchmarking currently is