Benchee v0.5.0 Benchee.Conversion.DeviationPercent

Helps with formattiong for the standard deviation ratio converting it into the more common percent form.

Summary

Functions

Formates the standard deviation ratio to an equivalent percent number including special signs. The ± is an important part of it as it shows that the deviation might be up but also might be down

Functions

format(std_dev_ratio)

Formates the standard deviation ratio to an equivalent percent number including special signs. The ± is an important part of it as it shows that the deviation might be up but also might be down.

Examples

iex> Benchee.Conversion.DeviationPercent.format(0.12345)
"±12.35%"

iex> Benchee.Conversion.DeviationPercent.format(1)
"±100.00%"