[Buildbot-commits] [Buildbot] #2273: Performance items

Buildbot nobody at buildbot.net
Fri Mar 1 03:29:00 UTC 2013


#2273: Performance items
--------------------------------+--------------------
Reporter:  szager               |       Owner:
    Type:  defect               |      Status:  new
Priority:  minor                |   Milestone:  0.8.+
 Version:  0.8.6p1              |  Resolution:
Keywords:  performance, sprint  |
--------------------------------+--------------------
Changes (by dustin):

 * keywords:  performance => performance, sprint


Comment:

 `getBuildsForRevision` will go away in nine, so I'm not too worried about
 that.

 However, the SVNPoller problem could be fixed.  The simplest solution is
 probably to defer the XML parsing to a thread.  That gets UI
 responsiveness, and may get some parallelism depending on how friendly
 `parseString` is to the GIL.

-- 
Ticket URL: <http://trac.buildbot.net/ticket/2273#comment:3>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation


More information about the Commits mailing list