[Webkit-unassigned] [Bug 178065] Show run-benchmark result for each single iteration.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Oct 8 15:00:49 PDT 2017


https://bugs.webkit.org/show_bug.cgi?id=178065

--- Comment #8 from Ryosuke Niwa <rniwa at webkit.org> ---
(In reply to dewei_zhu from comment #7)
> For the merge function, I mean BenchmarkRunner._merge. This function will
> merge lists of numbers from each iteration to a single list that contains
> all the numbers and similar logic for dictionary.
> BenchmarkResults._flatten_list does similar thing to list.
> 
> However, after merge, we lose the information about which iteration a value
> comes from. That's why I think we should do it before all the numbers get
> 'merged' if we want to show the raw values with iteration info. May be not
> showing iteration info for raw value is ok?

Yeah, we don't have to show the original raw values. In fact, for most tests, the raw values of top-level results aren't even reported. So all you have to do is to modify _format_values called by _format_tests in BenchmarkResults and show the value for each iteration

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20171008/ac8f764d/attachment.html>


More information about the webkit-unassigned mailing list