Fix benchmark script with 1 sample (#11320)
Previously the benchmark script would throw an error if asked to take just 1 sample. Now it works, though the stats returned are of dubious use. The problem was that it was impossible to calculate the standard deviation or margin of error of a set of 1. Instead it now returns zero for both of those values in the single-sample case, which is what it would return for two identical samples.feature/default_network_editable
parent
3e959b6493
commit
de55cd926a
Loading…
Reference in new issue