Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/pretty_benching/mod.ts>calculateStdDeviation

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

Calculates the standard deviation from the measuredRunsMs array.

Parameters

result: BenchmarkResult