[PATCH] [LNT] Further improvements to web UI

Yi Kong kongy.dev at gmail.com
Thu Jul 10 11:49:29 PDT 2014


Hi Chris,

Two more patches for reviewing.

[PATCH 1/2] Add option to show small differences
LNT ignores small changes by default to save users from getting
excessive amount of results. However this is counter-productive when
trying to examine benchmarks where <1% change is significant.
The patch adds option to show small differences.

[PATCH 2/2] Show geomean for filtered tests
LNT shows geomean for all tests, even if user filters a subset of tests.
This patch lets LNT to calculate geomean for the chosen tests only.
Also it stores the comparison results to avoid computing aggregation
function twice.

Cheers,
Yi
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Add-option-to-show-small-differences.patch
Type: text/x-patch
Size: 3482 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140710/62ae6a04/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0002-Show-geomean-for-filtered-tests.patch
Type: text/x-patch
Size: 4860 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140710/62ae6a04/attachment-0001.bin>


More information about the llvm-commits mailing list