[PATCH] [LNT] Add geometric mean to run report

Yi Kong kongy.dev at gmail.com
Fri May 16 10:08:54 PDT 2014


Hi all,

This patch implements geometric mean in run report.

The idea of geomean is to represent the entire data set and not to get
skewed by long running tests. However the major problem with it is,
zero time is not allowed. I used a workaround by adding 1 to each
value and subtract 1 from the final geomean result.  The workaround
certainly break the geomean number, but we don't really care the
number itself, rather the change of it. It's certainly not the ideal.
Is there any better solution or statistics we can use?

Thanks,
Yi Kong
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Add-geometric-mean-to-the-table.patch
Type: text/x-patch
Size: 3086 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140516/87b882ad/attachment.bin>


More information about the llvm-commits mailing list