Skip to main content
Module

x/pretty_benching/deps.ts>ProgressState

:sauropod: A small lib to make your Deno benchmarking progress and results look pretty
Latest
enum ProgressState
import { ProgressState } from "https://deno.land/x/pretty_benching@v0.3.3/deps.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"