Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
enum ProgressState
import { ProgressState } from "https://deno.land/std@0.145.0/testing/bench.ts";

Defines the states BenchmarkRunProgress can be in

Members

BenchmarkingEnd = "benchmarking_end"
BenchmarkingStart = "benchmarking_start"
BenchPartialResult = "bench_partial_result"
BenchResult = "bench_result"
BenchStart = "bench_start"