Closed RobertHenry6bev closed 1 year ago
https://github.com/codesenberg/bombardier/blob/6b8035ac74d3b4fd39a6db980a20ba5ac2ce49dc/internal/test_info.go#L177
Per https://www.geeksforgeeks.org/python-statistics-stdev/ shouldn't the numerator read (float(count64)-1) ?
I guess using Bessel's correction here wouldn't hurt. Though, for larger request counts (if request count > 75 the bias is below 1%) using uncorrected sample deviation should be acceptable.
https://github.com/codesenberg/bombardier/blob/6b8035ac74d3b4fd39a6db980a20ba5ac2ce49dc/internal/test_info.go#L177
Per https://www.geeksforgeeks.org/python-statistics-stdev/ shouldn't the numerator read (float(count64)-1) ?