Bug 81522 - improve buildbot cache performance
Summary: improve buildbot cache performance
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-19 10:05 PDT by Tony Chang
Modified: 2015-12-07 10:08 PST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tony Chang 2012-03-19 10:05:04 PDT
We were able to improve buildbot performance on build.chromium.org by making a change to a heavily hit LRU cache.  We're still working on getting the change upstreamed, but build.webkit.org might be interested in cherry picking the patch rather than updating buildbot.

The upstream issue is: http://trac.buildbot.net/ticket/2246

And the patch and diff are here:
http://codereview.chromium.org/9703108/
Comment 1 Tony Chang 2012-03-19 10:06:11 PDT
szager@chromium.org can provide actual numbers on how much it helped on build.chromium.org, I'm just relaying the message.