Skip to main content
Module

x/pretty_benching/deps.ts

:sauropod: A small lib to make your Deno benchmarking progress and results look pretty
Latest
File
export { bench, clearBenchmarks, ProgressState, runBenchmarks,} from "https://deno.land/std@0.91.0/testing/bench.ts";export type { BenchmarkResult, BenchmarkRunProgress, BenchmarkRunResult,} from "https://deno.land/std@0.91.0/testing/bench.ts";
export * as colors from "https://deno.land/std@0.91.0/fmt/colors.ts";