Skip to main content
Module

x/pretty_benching/pretty_benchmark_progress.ts

:sauropod: A small lib to make your Deno benchmarking progress and results look pretty
Latest
import * as prettyBenching from "https://deno.land/x/pretty_benching@v0.3.3/pretty_benchmark_progress.ts";

Functions

Returns a function that expects BenchmarkRunProgress object, which than prints the benchmarking progress in a nicely formatted way, based on the provided options.

Interfaces

Defines how the resulting output should look like.