[Webkit-unassigned] [Bug 192030] Layout test should generate performance metrics

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 28 11:55:17 PST 2018


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

--- Comment #10 from Jonathan Bedard <jbedard at apple.com> ---
Comment on attachment 355892
  --> https://bugs.webkit.org/attachment.cgi?id=355892
Patch

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

> Tools/Scripts/webkitpy/layout_tests/layout_package/json_results_generator.py:130
> +        total_run_time += int(1000 * test_result.test_run_time)

...This will be an aggregate of of all test times, not the time it took to run the tests. Not sure which metric we want to track, I can see merit in both.

As an example, suppose we ran 100 tests in 10 processes with each test taking 30 seconds. This metric would report a total test run time of 50 minutes, when in reality, it actually took 5 minutes for the tests to run.

-- 
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/20181128/9050c687/attachment.html>


More information about the webkit-unassigned mailing list