Skip to main content
Module

x/pretty_benching/common.ts>calculateExtraMetrics

:sauropod: A small lib to make your Deno benchmarking progress and results look pretty
Latest
function calculateExtraMetrics
import { calculateExtraMetrics } from "https://deno.land/x/pretty_benching@v0.3.3/common.ts";

Calculates the min, max, mean (as (max+min)/2) and median from the measuredRunsMs array.