New issue
Advanced search Search tips

Issue 808572 link

Starred by 1 user

Issue metadata

Status: Available
Owner: ----
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

[rebaseline] update_expectations_files is very slow

Project Member Reported by robertma@chromium.org, Feb 2 2018

Issue description

https://cs.chromium.org/chromium/src/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/rebaseline.py?l=356

This step is unbearably slow when the number of tests is big (say 1000). There are two similar 3-layer for loops, but I don't think the total number of combinations is anywhere large. Likely some function calls are expensive. If the cost is unavoidable (which I think is unlikely), we should run this step in parallel.
 

Comment 1 by ajuma@chromium.org, Feb 13 2018

Status: Available (was: Untriaged)
Cc: nedngu...@google.com

Sign in to add a comment