Added a new settings option in LNT graph to use the mean instead of min/max as the aggregation function.
Added that this setting persists for the duration of the session.
Added simple test cases
Paths
| Differential D27494
LNT graph New Setting options to use mean as aggregation function ClosedPublic Authored by Andi on Dec 6 2016, 4:54 PM.
Details Summary Added a new settings option in LNT graph to use the mean instead of min/max as the aggregation function. Added that this setting persists for the duration of the session. Added simple test cases
Diff Detail
Event TimelineComment Actions This is a much needed update to the graphing. Thanks Andi!
Andi edited edge metadata. Comment ActionsUpdated the code in accordance with the reviewer's comments. This revision is now accepted and ready to land.Jan 17 2017, 4:48 PM Closed by commit rL292658: LNT graph New Setting options to use mean as aggregation function (authored by sudofortune). · Explain WhyJan 20 2017, 2:12 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 85193 lnt/trunk/lnt/server/ui/templates/v4_graph.html
lnt/trunk/lnt/server/ui/views.py
lnt/trunk/lnt/util/stats.py
lnt/trunk/tests/server/ui/V4Pages.py
lnt/trunk/tests/server/ui/statsTester.py
|