Description
First, nice job on Hyperfine!
I use it in academic research, where I'll be computing p-values to describe the confidence with which the sample data suggests that one program is faster than another. (I.e. how confident are we that the mean speed of the fastest program is actually different from the mean speed of the other programs.)
Would you be open to a pull request that adds such a calculation to Hyperfine?
On a related note, I am not sure how to interpret 1.40 ± 0.03 times faster in Hyperfine output. From the source code, it looks like a calculation based on one standard deviation. Is this meant to say, e.g., that if the same invocation of Hyperfine were done 100 times, that we expect 68% of those outcomes to say that program A is between 1.37 and 1.43 times as fast as program B (where 68% corresponds to one sigma)? Is it a confidence interval?
Thanks in advance for any clarification you can provide!