[Webkit-unassigned] [Bug 189135] BenchmarkResults.format should support specifying depth of tests to show.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 6 14:13:45 PDT 2018


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

--- Comment #4 from Ryosuke Niwa <rniwa at webkit.org> ---
Comment on attachment 348999
  --> https://bugs.webkit.org/attachment.cgi?id=348999
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=348999&action=review

> Tools/Scripts/webkitpy/benchmark_runner/benchmark_results.py:52
> +    def format(self, scale_unit=True, show_iteration_values=False, max_depth=None):
> +        return self._format_tests(self._results, scale_unit, show_iteration_values, max_depth)

Just use max_depth=sys.maxsize here.

-- 
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/20180906/bd2244e7/attachment.html>


More information about the webkit-unassigned mailing list