[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 14:22:13 PDT 2017


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

--- Comment #7 from dewei_zhu at apple.com ---
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?

-- 
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/b699a860/attachment-0001.html>


More information about the webkit-unassigned mailing list