issues
search
evanphx
/
benchmark-ips
Provides iteration per second benchmarking for Ruby
MIT License
1.72k
stars
97
forks
source link
Return nil instead of 0 for relative error in SD
#124
Closed
jtbg
closed
2 years ago
jtbg
commented
2 years ago
When running in standard deviation mode, the error is hardcoded to return as zero.
Because the error is not actually calculated, it should be returned as
nil
instead.
The
compare module is set up to handle the nil values
already and skip the output
nil
instead.