ocurrent / current-bench

Experimental benchmarking infrastructure using OCurrent pipelines
Apache License 2.0
34 stars 17 forks source link

Fix bug in computeStdDev when only a single commit has been recorded #253

Closed punchagan closed 2 years ago

punchagan commented 2 years ago

We perform a division by 0, when we try to calculate the standard deviation for an array with a single value in it.