[PATCH] [lnt] Correct delta and percent-change of geometric mean.

Daniel Sanders via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 18 07:13:47 PDT 2015


The geometric mean of a dataset is not the samples it is calculated from.
It is a single calculated sample. Without this patch, the delta and percent
change fields will pick the individual test with the smallest value change
and calculate their value from that, producing very misleading results.
It should show the delta/percent-change of the geometric mean itself.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0002-lnt-Correct-delta-and-percent-change-of-geometric-me.patch
Type: text/x-patch
Size: 1615 bytes
Desc: 0002-lnt-Correct-delta-and-percent-change-of-geometric-me.patch
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150818/92188b75/attachment.bin>


More information about the llvm-commits mailing list