Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

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

A high-performance basic router works anywhere.
Latest
enum ProgressState
import { ProgressState } from "https://deno.land/x/router@v2.0.1/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"