Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(80)

Issue 308793004: Optimize baselines in parallel. (Closed)

Created:
6 years, 6 months ago by ojan
Modified:
6 years, 6 months ago
Reviewers:
Dirk Pranke
CC:
blink-reviews, eseidel, eae
Visibility:
Public.

Description

Optimize baselines in parallel. This is by far the slowest part of doing rebaselines. We can do everything but the SCM commands in parallel. Like we do for the other commands, save off the SCM commands and do them all at the end. Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=175191

Patch Set 1 #

Patch Set 2 : fix bug #

Patch Set 3 : tested #

Patch Set 4 : remove stray edits #

Patch Set 5 : remove stray edits #

Total comments: 8

Patch Set 6 : address review comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+197 lines, -44 lines) Patch
M Tools/Scripts/webkitpy/common/checkout/baselineoptimizer.py View 1 5 chunks +20 lines, -6 lines 0 comments Download
M Tools/Scripts/webkitpy/common/checkout/baselineoptimizer_unittest.py View 1 2 5 chunks +49 lines, -5 lines 0 comments Download
M Tools/Scripts/webkitpy/tool/commands/rebaseline.py View 1 2 3 4 5 12 chunks +45 lines, -19 lines 0 comments Download
M Tools/Scripts/webkitpy/tool/commands/rebaseline_unittest.py View 1 2 13 chunks +83 lines, -14 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
ojan
This isn't quite ready for review. It needs a bit more testing.
6 years, 6 months ago (2014-05-30 03:12:55 UTC) #1
ojan
Now ready for review.
6 years, 6 months ago (2014-05-30 23:10:25 UTC) #2
Dirk Pranke
this basically looks good. I just have a few minor notes about naming and tests. ...
6 years, 6 months ago (2014-05-30 23:35:11 UTC) #3
ojan
Done. PTAL. > I assume optimizing baselines was slow *because* of the scm commands (and ...
6 years, 6 months ago (2014-05-31 00:02:56 UTC) #4
Dirk Pranke
lgtm. thanks!
6 years, 6 months ago (2014-05-31 00:55:00 UTC) #5
ojan
The CQ bit was checked by ojan@chromium.org
6 years, 6 months ago (2014-05-31 01:23:55 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ojan@chromium.org/308793004/50002
6 years, 6 months ago (2014-05-31 01:24:33 UTC) #7
commit-bot: I haz the power
6 years, 6 months ago (2014-05-31 02:45:19 UTC) #8
Message was sent while issue was closed.
Change committed as 175191

Powered by Google App Engine
This is Rietveld 408576698