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

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

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