search for: fab53a78

Displaying 2 results from an estimated 2 matches for "fab53a78".

2013 Jul 01
0
[LLVMdev] [LNT] Question about results reliability in LNT infrustructure
...ould probably be good enough. Cheers, Tobias -------------- next part -------------- A non-text attachment was scrubbed... Name: 0001-My-confidence-measurement-hacks.patch Type: text/x-diff Size: 8799 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130701/fab53a78/attachment.patch>
2013 Jun 24
5
[LLVMdev] [LNT] Question about results reliability in LNT infrustructure
Hi all, When we compare two testings, each of which is run with three samples, how would LNT show whether the comparison is reliable or not? I have seen that the function get_value_status in reporting/analysis.py uses a very simple algorithm to infer data status. For example, if abs(self.delta) <= (self.stddev * confidence_interval), then the data status is set as UNCHANGED. However, it